#CD80DD

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

Shades of Orchid #CD80DD

Tints of Orchid #CD80DD

Color information

#CD80DD (or 0xCD80DD) is unknown color: approx Orchid. HEX triplet: CD, 80 and DD. RGB value is (205,128,221). Sum of RGB (Red+Green+Blue) = 205+128+221=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 128 (50.39% from 255 or 23.10% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD80DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD80DD is #327F22. Grayscale: #A1A1A1. Windows color (decimal): -3309347 or 14516429. OLE color: 14516429.

HSL color Cylindrical-coordinate representation of color #CD80DD: hue angle of 289.68º 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 #CD80DD is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB205128221-
CMYK0.070.4200.13
HSL289.68º57.76%68.43%-
HSV(B)289.68º42.08%86.67%-
XYZ45.9533.6472.48-
YUV161.62161.51158.94-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.00%
GREEN value IS 128 (50.39% from 255) = 23.10%
BLUE value IS 221 (86.72% from 255) = 39.89%
R=37.00%
G=23.10%
B=39.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051282210.070.4200.13289.6857.7668.43
HexCD80DD72A0D1223a44
Octal31520033575201544272104
Binary110011011000000011011101111101010011011001000101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD80DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD80DD; }

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

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

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

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

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

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

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

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