#D486DC

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

Shades of Orchid #D486DC

Tints of Orchid #D486DC

Color information

#D486DC (or 0xD486DC) is unknown color: approx Orchid. HEX triplet: D4, 86 and DC. RGB value is (212,134,220). Sum of RGB (Red+Green+Blue) = 212+134+220=566 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.46% from 566); Green value is 134 (52.73% from 255 or 23.67% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #D486DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D486DC is #2B7923. Grayscale: #A6A6A6. Windows color (decimal): -2849060 or 14452436. OLE color: 14452436.

HSL color Cylindrical-coordinate representation of color #D486DC: hue angle of 294.42º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D486DC is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB212134220-
CMYK0.040.3900.14
HSL294.42º55.13%69.41%-
HSV(B)294.42º39.09%86.27%-
XYZ48.5936.2172.14-
YUV167.13157.84160.01-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.46%
GREEN value IS 134 (52.73% from 255) = 23.67%
BLUE value IS 220 (86.33% from 255) = 38.87%
R=37.46%
G=23.67%
B=38.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2121342200.040.3900.14294.4255.1369.41
HexD486DC4270E1263745
Octal32420633444701644667105
Binary110101001000011011011100100100111011101001001101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D486DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D486DC; }

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

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

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

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

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

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

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

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