#C979CD

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

Shades of Orchid #C979CD

Tints of Orchid #C979CD

Color information

#C979CD (or 0xC979CD) is unknown color: approx Orchid. HEX triplet: C9, 79 and CD. RGB value is (201,121,205). Sum of RGB (Red+Green+Blue) = 201+121+205=527 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.14% from 527); Green value is 121 (47.66% from 255 or 22.96% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 205 - color contains mainly: blue. Hex color #C979CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C979CD is #368632. Grayscale: #9A9A9A. Windows color (decimal): -3573299 or 13466057. OLE color: 13466057.

HSL color Cylindrical-coordinate representation of color #C979CD: hue angle of 297.14º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C979CD is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB201121205-
CMYK0.020.4100.20
HSL297.14º45.65%63.92%-
HSV(B)297.14º40.98%80.39%-
XYZ41.9430.561.43-
YUV154.5156.5161.17-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.14%
GREEN value IS 121 (47.66% from 255) = 22.96%
BLUE value IS 205 (80.47% from 255) = 38.90%
R=38.14%
G=22.96%
B=38.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2011212050.020.4100.20297.1445.6563.92
HexC979CD2290141292e40
Octal31117131525102445156100
Binary11001001111100111001101101010010101001001010011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C979CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C979CD; }

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

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

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

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

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

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

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

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