#D486DE

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

Shades of Orchid #D486DE

Tints of Orchid #D486DE

Color information

#D486DE (or 0xD486DE) is unknown color: approx Orchid. HEX triplet: D4, 86 and DE. RGB value is (212,134,222). Sum of RGB (Red+Green+Blue) = 212+134+222=568 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.32% from 568); Green value is 134 (52.73% from 255 or 23.59% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 222 - color contains mainly: blue. Hex color #D486DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D486DE is #2B7921. Grayscale: #A7A7A7. Windows color (decimal): -2849058 or 14583508. OLE color: 14583508.

HSL color Cylindrical-coordinate representation of color #D486DE: hue angle of 293.18º 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 #D486DE is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB212134222-
CMYK0.050.4000.13
HSL293.18º57.14%69.8%-
HSV(B)293.18º39.64%87.06%-
XYZ48.8636.3273.54-
YUV167.35158.84159.84-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.32%
GREEN value IS 134 (52.73% from 255) = 23.59%
BLUE value IS 222 (87.11% from 255) = 39.08%
R=37.32%
G=23.59%
B=39.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2121342220.050.4000.13293.1857.1469.8
HexD486DE5280D1253946
Octal32420633655001544571106
Binary110101001000011011011110101101000011011001001011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D486DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D486DE; }

 p { color: rgb(212,134,222); }

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

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

 a { background-color: rgb(212,134,222); }

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

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

 span { border-color: rgb(212,134,222); }

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