#D084DD

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

Shades of Orchid #D084DD

Tints of Orchid #D084DD

Color information

#D084DD (or 0xD084DD) is unknown color: approx Orchid. HEX triplet: D0, 84 and DD. RGB value is (208,132,221). Sum of RGB (Red+Green+Blue) = 208+132+221=561 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.08% from 561); Green value is 132 (51.95% from 255 or 23.53% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #D084DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D084DD is #2F7B22. Grayscale: #A4A4A4. Windows color (decimal): -3111715 or 14517456. OLE color: 14517456.

HSL color Cylindrical-coordinate representation of color #D084DD: hue angle of 291.24º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D084DD is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB208132221-
CMYK0.060.4000.13
HSL291.24º56.69%69.22%-
HSV(B)291.24º40.27%86.67%-
XYZ47.3135.1372.69-
YUV164.87159.68158.76-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.08%
GREEN value IS 132 (51.95% from 255) = 23.53%
BLUE value IS 221 (86.72% from 255) = 39.39%
R=37.08%
G=23.53%
B=39.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2081322210.060.4000.13291.2456.6969.22
HexD084DD6280D1233945
Octal32020433565001544371105
Binary110100001000010011011101110101000011011001000111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D084DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D084DD; }

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

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

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

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

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

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

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

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