#C980DD

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

Shades of Orchid #C980DD

Tints of Orchid #C980DD

Color information

#C980DD (or 0xC980DD) is unknown color: approx Orchid. HEX triplet: C9, 80 and DD. RGB value is (201,128,221). Sum of RGB (Red+Green+Blue) = 201+128+221=550 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.55% from 550); Green value is 128 (50.39% from 255 or 23.27% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #C980DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C980DD is #367F22. Grayscale: #A0A0A0. Windows color (decimal): -3571491 or 14516425. OLE color: 14516425.

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

Color convert

RGB201128221-
CMYK0.090.4200.13
HSL287.1º57.76%68.43%-
HSV(B)287.1º42.08%86.67%-
XYZ44.8633.0872.43-
YUV160.43162.18156.94-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.55%
GREEN value IS 128 (50.39% from 255) = 23.27%
BLUE value IS 221 (86.72% from 255) = 40.18%
R=36.55%
G=23.27%
B=40.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2011282210.090.4200.13287.157.7668.43
HexC980DD92A0D11f3a44
Octal311200335115201543772104
Binary1100100110000000110111011001101010011011000111111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C980DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C980DD; }

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

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

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

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

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

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

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

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