#C979DD

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

Shades of Orchid #C979DD

Tints of Orchid #C979DD

Color information

#C979DD (or 0xC979DD) is unknown color: approx Orchid. HEX triplet: C9, 79 and DD. RGB value is (201,121,221). Sum of RGB (Red+Green+Blue) = 201+121+221=543 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.02% from 543); Green value is 121 (47.66% from 255 or 22.28% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #C979DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C979DD is #368622. Grayscale: #9C9C9C. Windows color (decimal): -3573283 or 14514633. OLE color: 14514633.

HSL color Cylindrical-coordinate representation of color #C979DD: hue angle of 288º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C979DD is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB201121221-
CMYK0.090.4500.13
HSL288º59.52%67.06%-
HSV(B)288º45.25%86.67%-
XYZ43.9831.3172.13-
YUV156.32164.5159.87-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.02%
GREEN value IS 121 (47.66% from 255) = 22.28%
BLUE value IS 221 (86.72% from 255) = 40.70%
R=37.02%
G=22.28%
B=40.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2011212210.090.4500.1328859.5267.06
HexC979DD92D0D1203c43
Octal311171335115501544074103
Binary110010011111001110111011001101101011011001000001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C979DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C979DD; }

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

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

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

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

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

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

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

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