#D084DA

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

Shades of Orchid #D084DA

Tints of Orchid #D084DA

Color information

#D084DA (or 0xD084DA) is unknown color: approx Orchid. HEX triplet: D0, 84 and DA. RGB value is (208,132,218). Sum of RGB (Red+Green+Blue) = 208+132+218=558 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.28% from 558); Green value is 132 (51.95% from 255 or 23.66% from 558); Blue value is 218 (85.55% from 255 or 39.07% from 558); Max value from RGB is 218 - color contains mainly: blue. Hex color #D084DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D084DA is #2F7B25. Grayscale: #A4A4A4. Windows color (decimal): -3111718 or 14320848. OLE color: 14320848.

HSL color Cylindrical-coordinate representation of color #D084DA: hue angle of 293.02º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D084DA is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB208132218-
CMYK0.050.3900.15
HSL293.02º53.75%68.63%-
HSV(B)293.02º39.45%85.49%-
XYZ46.9234.9770.61-
YUV164.53158.18159.01-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.28%
GREEN value IS 132 (51.95% from 255) = 23.66%
BLUE value IS 218 (85.55% from 255) = 39.07%
R=37.28%
G=23.66%
B=39.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2081322180.050.3900.15293.0253.7568.63
HexD084DA5270F1253645
Octal32020433254701744566105
Binary110100001000010011011010101100111011111001001011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D084DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D084DA; }

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

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

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

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

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

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

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

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