#C979CC

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

Shades of Orchid #C979CC

Tints of Orchid #C979CC

Color information

#C979CC (or 0xC979CC) is unknown color: approx Orchid. HEX triplet: C9, 79 and CC. RGB value is (201,121,204). Sum of RGB (Red+Green+Blue) = 201+121+204=526 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.21% from 526); Green value is 121 (47.66% from 255 or 23.00% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 204 - color contains mainly: blue. Hex color #C979CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C979CC is #368633. Grayscale: #9A9A9A. Windows color (decimal): -3573300 or 13400521. OLE color: 13400521.

HSL color Cylindrical-coordinate representation of color #C979CC: hue angle of 297.83º degrees, saturation: 0.45, 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 #C979CC is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB201121204-
CMYK0.010.4100.2
HSL297.83º44.86%63.73%-
HSV(B)297.83º40.69%80%-
XYZ41.8230.4560.8-
YUV154.38156161.25-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.21%
GREEN value IS 121 (47.66% from 255) = 23.00%
BLUE value IS 204 (80.08% from 255) = 38.78%
R=38.21%
G=23.00%
B=38.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2011212040.010.4100.2297.8344.8663.73
HexC979CC12901412a2d40
Octal31117131415102445255100
Binary1100100111110011100110011010010101001001010101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C979CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C979CC; }

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

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

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

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

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

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

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

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