#CD80DA

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

Shades of Orchid #CD80DA

Tints of Orchid #CD80DA

Color information

#CD80DA (or 0xCD80DA) is unknown color: approx Orchid. HEX triplet: CD, 80 and DA. RGB value is (205,128,218). Sum of RGB (Red+Green+Blue) = 205+128+218=551 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.21% from 551); Green value is 128 (50.39% from 255 or 23.23% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 218 - color contains mainly: blue. Hex color #CD80DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD80DA is #327F25. Grayscale: #A0A0A0. Windows color (decimal): -3309350 or 14319821. OLE color: 14319821.

HSL color Cylindrical-coordinate representation of color #CD80DA: hue angle of 291.33º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CD80DA is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB205128218-
CMYK0.060.4100.15
HSL291.33º54.88%67.84%-
HSV(B)291.33º41.28%85.49%-
XYZ45.5533.4870.39-
YUV161.28160.01159.18-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.21%
GREEN value IS 128 (50.39% from 255) = 23.23%
BLUE value IS 218 (85.55% from 255) = 39.56%
R=37.21%
G=23.23%
B=39.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2051282180.060.4100.15291.3354.8867.84
HexCD80DA6290F1233744
Octal31520033265101744367104
Binary110011011000000011011010110101001011111001000111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD80DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD80DA; }

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

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

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

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

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

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

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

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