#CD80CE

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

Shades of Orchid #CD80CE

Tints of Orchid #CD80CE

Color information

#CD80CE (or 0xCD80CE) is unknown color: approx Orchid. HEX triplet: CD, 80 and CE. RGB value is (205,128,206). Sum of RGB (Red+Green+Blue) = 205+128+206=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 128 (50.39% from 255 or 23.75% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD80CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD80CE is #327F31. Grayscale: #9F9F9F. Windows color (decimal): -3309362 or 13533389. OLE color: 13533389.

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

Color convert

RGB205128206-
CMYK0.000.3800.19
HSL299.23º44.32%65.49%-
HSV(B)299.23º37.86%80.78%-
XYZ44.0432.8762.42-
YUV159.92154.01160.16-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.03%
GREEN value IS 128 (50.39% from 255) = 23.75%
BLUE value IS 206 (80.86% from 255) = 38.22%
R=38.03%
G=23.75%
B=38.22%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2051282060.000.3800.19299.2344.3265.49
HexCD80CE02601312b2c41
Octal31520031604602345354101
Binary11001101100000001100111001001100100111001010111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD80CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD80CE; }

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

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

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

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

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

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

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

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