#C980D0

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

Shades of Orchid #C980D0

Tints of Orchid #C980D0

Color information

#C980D0 (or 0xC980D0) is unknown color: approx Orchid. HEX triplet: C9, 80 and D0. RGB value is (201,128,208). Sum of RGB (Red+Green+Blue) = 201+128+208=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 128 (50.39% from 255 or 23.84% from 537); Blue value is 208 (81.64% from 255 or 38.73% from 537); Max value from RGB is 208 - color contains mainly: blue. Hex color #C980D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C980D0 is #367F2F. Grayscale: #9E9E9E. Windows color (decimal): -3571504 or 13664457. OLE color: 13664457.

HSL color Cylindrical-coordinate representation of color #C980D0: hue angle of 294.75º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C980D0 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB201128208-
CMYK0.030.3800.18
HSL294.75º45.98%65.88%-
HSV(B)294.75º38.46%81.57%-
XYZ43.1932.4163.65-
YUV158.95155.68158-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.43%
GREEN value IS 128 (50.39% from 255) = 23.84%
BLUE value IS 208 (81.64% from 255) = 38.73%
R=37.43%
G=23.84%
B=38.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2011282080.030.3800.18294.7545.9865.88
HexC980D03260121272e42
Octal31120032034602244756102
Binary110010011000000011010000111001100100101001001111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C980D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C980D0; }

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

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

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

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

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

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

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

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