#CD80D4

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

Shades of Orchid #CD80D4

Tints of Orchid #CD80D4

Color information

#CD80D4 (or 0xCD80D4) is unknown color: approx Orchid. HEX triplet: CD, 80 and D4. RGB value is (205,128,212). Sum of RGB (Red+Green+Blue) = 205+128+212=545 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.61% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 212 (83.20% from 255 or 38.90% from 545); Max value from RGB is 212 - color contains mainly: blue. Hex color #CD80D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD80D4 is #327F2B. Grayscale: #A0A0A0. Windows color (decimal): -3309356 or 13926605. OLE color: 13926605.

HSL color Cylindrical-coordinate representation of color #CD80D4: hue angle of 295º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CD80D4 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB205128212-
CMYK0.030.4000.17
HSL295º49.41%66.67%-
HSV(B)295º39.62%83.14%-
XYZ44.7833.1766.33-
YUV160.6157.01159.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.61%
GREEN value IS 128 (50.39% from 255) = 23.49%
BLUE value IS 212 (83.20% from 255) = 38.90%
R=37.61%
G=23.49%
B=38.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2051282120.030.4000.1729549.4166.67
HexCD80D43280111273143
Octal31520032435002144761103
Binary110011011000000011010100111010000100011001001111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD80D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD80D4; }

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

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

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

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

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

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

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

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