#D486D1

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

Shades of Orchid #D486D1

Tints of Orchid #D486D1

Color information

#D486D1 (or 0xD486D1) is unknown color: approx Orchid. HEX triplet: D4, 86 and D1. RGB value is (212,134,209). Sum of RGB (Red+Green+Blue) = 212+134+209=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 134 (52.73% from 255 or 24.14% from 555); Blue value is 209 (82.03% from 255 or 37.66% from 555); Max value from RGB is 212 - color contains mainly: red. Hex color #D486D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D486D1 is #2B792E. Grayscale: #A5A5A5. Windows color (decimal): -2849071 or 13731540. OLE color: 13731540.

HSL color Cylindrical-coordinate representation of color #D486D1: hue angle of 302.31º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D486D1 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB212134209-
CMYK00.370.010.17
HSL302.31º47.56%67.84%-
HSV(B)302.31º36.79%83.14%-
XYZ47.1935.6564.72-
YUV165.87152.34160.9-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.20%
GREEN value IS 134 (52.73% from 255) = 24.14%
BLUE value IS 209 (82.03% from 255) = 37.66%
R=38.20%
G=24.14%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213420900.370.010.17302.3147.5667.84
HexD486D102511112e3044
Octal32420632104512145660104
Binary11010100100001101101000101001011100011001011101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D486D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D486D1; }

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

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

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

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

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

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

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

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