#C979C3

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

Shades of Orchid #C979C3

Tints of Orchid #C979C3

Color information

#C979C3 (or 0xC979C3) is unknown color: approx Orchid. HEX triplet: C9, 79 and C3. RGB value is (201,121,195). Sum of RGB (Red+Green+Blue) = 201+121+195=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 121 (47.66% from 255 or 23.40% from 517); Blue value is 195 (76.56% from 255 or 37.72% from 517); Max value from RGB is 201 - color contains mainly: red. Hex color #C979C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C979C3 is #36863C. Grayscale: #999999. Windows color (decimal): -3573309 or 12810697. OLE color: 12810697.

HSL color Cylindrical-coordinate representation of color #C979C3: hue angle of 304.5º 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 #C979C3 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB201121195-
CMYK00.400.030.21
HSL304.5º42.55%63.14%-
HSV(B)304.5º39.8%78.82%-
XYZ40.7830.0355.28-
YUV153.36151.5161.98-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.88%
GREEN value IS 121 (47.66% from 255) = 23.40%
BLUE value IS 195 (76.56% from 255) = 37.72%
R=38.88%
G=23.40%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112119500.400.030.21304.542.5563.14
HexC979C30283151302b3f
Octal3111713030503254605377
Binary1100100111110011100001101010001110101100110000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C979C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C979C3; }

 p { color: rgb(201,121,195); }

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

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

 a { background-color: rgb(201,121,195); }

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

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

 span { border-color: rgb(201,121,195); }

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