#D080DD

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

Shades of Orchid #D080DD

Tints of Orchid #D080DD

Color information

#D080DD (or 0xD080DD) is unknown color: approx Orchid. HEX triplet: D0, 80 and DD. RGB value is (208,128,221). Sum of RGB (Red+Green+Blue) = 208+128+221=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 128 (50.39% from 255 or 22.98% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #D080DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D080DD is #2F7F22. Grayscale: #A2A2A2. Windows color (decimal): -3112739 or 14516432. OLE color: 14516432.

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

Color convert

RGB208128221-
CMYK0.060.4200.13
HSL291.61º57.76%68.43%-
HSV(B)291.61º42.08%86.67%-
XYZ46.7834.0772.52-
YUV162.52161160.44-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.34%
GREEN value IS 128 (50.39% from 255) = 22.98%
BLUE value IS 221 (86.72% from 255) = 39.68%
R=37.34%
G=22.98%
B=39.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2081282210.060.4200.13291.6157.7668.43
HexD080DD62A0D1243a44
Octal32020033565201544472104
Binary110100001000000011011101110101010011011001001001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D080DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D080DD; }

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

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

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

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

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

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

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

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