#C979CA

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

Shades of Orchid #C979CA

Tints of Orchid #C979CA

Color information

#C979CA (or 0xC979CA) is unknown color: approx Orchid. HEX triplet: C9, 79 and CA. RGB value is (201,121,202). Sum of RGB (Red+Green+Blue) = 201+121+202=524 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.36% from 524); Green value is 121 (47.66% from 255 or 23.09% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 202 - color contains mainly: blue. Hex color #C979CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C979CA is #368635. Grayscale: #999999. Windows color (decimal): -3573302 or 13269449. OLE color: 13269449.

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

Color convert

RGB201121202-
CMYK0.000.4000.21
HSL299.26º43.32%63.33%-
HSV(B)299.26º40.1%79.22%-
XYZ41.5930.3659.54-
YUV154.15155161.41-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.36%
GREEN value IS 121 (47.66% from 255) = 23.09%
BLUE value IS 202 (79.30% from 255) = 38.55%
R=38.36%
G=23.09%
B=38.55%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011212020.000.4000.21299.2643.3263.33
HexC979CA02801512b2b3f
Octal3111713120500254535377
Binary110010011111001110010100101000010101100101011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C979CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C979CA; }

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

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

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

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

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

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

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

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