#C978C4

Color #C978C4 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #C978C4

Tints of Orchid #C978C4

Color information

#C978C4 (or 0xC978C4) is unknown color: approx Orchid. HEX triplet: C9, 78 and C4. RGB value is (201,120,196). Sum of RGB (Red+Green+Blue) = 201+120+196=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 120 (47.27% from 255 or 23.21% from 517); Blue value is 196 (76.95% from 255 or 37.91% from 517); Max value from RGB is 201 - color contains mainly: red. Hex color #C978C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C978C4 is #36873B. Grayscale: #989898. Windows color (decimal): -3573564 or 12875977. OLE color: 12875977.

HSL color Cylindrical-coordinate representation of color #C978C4: hue angle of 303.7º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C978C4 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB201120196-
CMYK00.400.020.21
HSL303.7º42.86%62.94%-
HSV(B)303.7º40.3%78.82%-
XYZ40.7729.8455.83-
YUV152.88152.34162.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 201 (78.91% from 255) = 38.88%
GREEN value IS 120 (47.27% from 255) = 23.21%
BLUE value IS 196 (76.95% from 255) = 37.91%
R=38.88%
G=23.21%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112019600.400.020.21303.742.8662.94
HexC978C40282151302b3f
Octal3111703040502254605377
Binary1100100111110001100010001010001010101100110000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C978C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C978C4; }

 p { color: rgb(201,120,196); }

 H1.HeaderClassName
 {
   color: #C978C4;
 }
 .AnyTagClassName
 {
   color: #C978C4;
 }
</style>
background-color css

<style>
 a { background-color: #C978C4; }

 a { background-color: rgb(201,120,196); }

 div.DivClassName
 {
   background-color: #C978C4;
 }
 .BgClassName
 {
   background-color: #C978C4;
 }
</style>
border-color css

<style>
 span { border-color: #C978C4; }

 span { border-color: rgb(201,120,196); }

 td.TdClassName
 {
   border-color: #C978C4;
 }
 .TagClassName
 {
   border-color: #C978C4;
 }
</style>