#D085DE

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

Shades of Orchid #D085DE

Tints of Orchid #D085DE

Color information

#D085DE (or 0xD085DE) is unknown color: approx Orchid. HEX triplet: D0, 85 and DE. RGB value is (208,133,222). Sum of RGB (Red+Green+Blue) = 208+133+222=563 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.94% from 563); Green value is 133 (52.34% from 255 or 23.62% from 563); Blue value is 222 (87.11% from 255 or 39.43% from 563); Max value from RGB is 222 - color contains mainly: blue. Hex color #D085DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D085DE is #2F7A21. Grayscale: #A5A5A5. Windows color (decimal): -3111458 or 14583248. OLE color: 14583248.

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

Color convert

RGB208133222-
CMYK0.060.4000.13
HSL290.56º57.42%69.61%-
HSV(B)290.56º40.09%87.06%-
XYZ47.5835.4673.44-
YUV165.57159.85158.26-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.94%
GREEN value IS 133 (52.34% from 255) = 23.62%
BLUE value IS 222 (87.11% from 255) = 39.43%
R=36.94%
G=23.62%
B=39.43%

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
Decimal2081332220.060.4000.13290.5657.4269.61
HexD085DE6280D1233946
Octal32020533665001544371106
Binary110100001000010111011110110101000011011001000111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D085DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D085DE; }

 p { color: rgb(208,133,222); }

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

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

 a { background-color: rgb(208,133,222); }

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

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

 span { border-color: rgb(208,133,222); }

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