#D084D7

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

Shades of Orchid #D084D7

Tints of Orchid #D084D7

Color information

#D084D7 (or 0xD084D7) is unknown color: approx Orchid. HEX triplet: D0, 84 and D7. RGB value is (208,132,215). Sum of RGB (Red+Green+Blue) = 208+132+215=555 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.48% from 555); Green value is 132 (51.95% from 255 or 23.78% from 555); Blue value is 215 (84.38% from 255 or 38.74% from 555); Max value from RGB is 215 - color contains mainly: blue. Hex color #D084D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D084D7 is #2F7B28. Grayscale: #A3A3A3. Windows color (decimal): -3111721 or 14124240. OLE color: 14124240.

HSL color Cylindrical-coordinate representation of color #D084D7: hue angle of 294.94º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D084D7 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB208132215-
CMYK0.030.3900.16
HSL294.94º50.92%68.04%-
HSV(B)294.94º38.6%84.31%-
XYZ46.5334.8268.56-
YUV164.19156.68159.25-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.48%
GREEN value IS 132 (51.95% from 255) = 23.78%
BLUE value IS 215 (84.38% from 255) = 38.74%
R=37.48%
G=23.78%
B=38.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2081322150.030.3900.16294.9450.9268.04
HexD084D73270101273344
Octal32020432734702044763104
Binary110100001000010011010111111001110100001001001111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D084D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D084D7; }

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

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

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

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

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

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

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

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