#CD80C6

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

Shades of Orchid #CD80C6

Tints of Orchid #CD80C6

Color information

#CD80C6 (or 0xCD80C6) is unknown color: approx Orchid. HEX triplet: CD, 80 and C6. RGB value is (205,128,198). Sum of RGB (Red+Green+Blue) = 205+128+198=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 128 (50.39% from 255 or 24.11% from 531); Blue value is 198 (77.73% from 255 or 37.29% from 531); Max value from RGB is 205 - color contains mainly: red. Hex color #CD80C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD80C6 is #327F39. Grayscale: #9E9E9E. Windows color (decimal): -3309370 or 13009101. OLE color: 13009101.

HSL color Cylindrical-coordinate representation of color #CD80C6: hue angle of 305.45º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CD80C6 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB205128198-
CMYK00.380.030.20
HSL305.45º43.5%65.29%-
HSV(B)305.45º37.56%80.39%-
XYZ43.0932.4957.43-
YUV159150.01160.81-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.61%
GREEN value IS 128 (50.39% from 255) = 24.11%
BLUE value IS 198 (77.73% from 255) = 37.29%
R=38.61%
G=24.11%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512819800.380.030.20305.4543.565.29
HexCD80C60263141312c41
Octal31520030604632446154101
Binary110011011000000011000110010011011101001001100011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD80C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD80C6; }

 p { color: rgb(205,128,198); }

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

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

 a { background-color: rgb(205,128,198); }

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

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

 span { border-color: rgb(205,128,198); }

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