#DC80DD

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

Shades of Orchid #DC80DD

Tints of Orchid #DC80DD

Color information

#DC80DD (or 0xDC80DD) is unknown color: approx Orchid. HEX triplet: DC, 80 and DD. RGB value is (220,128,221). Sum of RGB (Red+Green+Blue) = 220+128+221=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 128 (50.39% from 255 or 22.50% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC80DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC80DD is #237F22. Grayscale: #A5A5A5. Windows color (decimal): -2326307 or 14516444. OLE color: 14516444.

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

Color convert

RGB220128221-
CMYK0.000.4200.13
HSL299.35º57.76%68.43%-
HSV(B)299.35º42.08%86.67%-
XYZ50.2935.8772.68-
YUV166.11158.98166.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.66%
GREEN value IS 128 (50.39% from 255) = 22.50%
BLUE value IS 221 (86.72% from 255) = 38.84%
R=38.66%
G=22.50%
B=38.84%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201282210.000.4200.13299.3557.7668.43
HexDC80DD02A0D12b3a44
Octal33420033505201545372104
Binary1101110010000000110111010101010011011001010111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC80DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC80DD; }

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

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

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

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

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

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

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

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