#D086D2

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

Shades of Orchid #D086D2

Tints of Orchid #D086D2

Color information

#D086D2 (or 0xD086D2) is unknown color: approx Orchid. HEX triplet: D0, 86 and D2. RGB value is (208,134,210). Sum of RGB (Red+Green+Blue) = 208+134+210=552 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.68% from 552); Green value is 134 (52.73% from 255 or 24.28% from 552); Blue value is 210 (82.42% from 255 or 38.04% from 552); Max value from RGB is 210 - color contains mainly: blue. Hex color #D086D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D086D2 is #2F792D. Grayscale: #A4A4A4. Windows color (decimal): -3111214 or 13797072. OLE color: 13797072.

HSL color Cylindrical-coordinate representation of color #D086D2: hue angle of 298.42º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D086D2 is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB208134210-
CMYK0.010.3600.18
HSL298.42º45.78%67.45%-
HSV(B)298.42º36.19%82.35%-
XYZ46.1735.1165.32-
YUV164.79153.52158.82-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.68%
GREEN value IS 134 (52.73% from 255) = 24.28%
BLUE value IS 210 (82.42% from 255) = 38.04%
R=37.68%
G=24.28%
B=38.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081342100.010.3600.18298.4245.7867.45
HexD086D212401212a2e43
Octal32020632214402245256103
Binary11010000100001101101001011001000100101001010101011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D086D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D086D2; }

 p { color: rgb(208,134,210); }

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

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

 a { background-color: rgb(208,134,210); }

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

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

 span { border-color: rgb(208,134,210); }

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