#D464D9

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

Shades of Orchid #D464D9

Tints of Orchid #D464D9

Color information

#D464D9 (or 0xD464D9) is unknown color: approx Orchid. HEX triplet: D4, 64 and D9. RGB value is (212,100,217). Sum of RGB (Red+Green+Blue) = 212+100+217=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 100 (39.45% from 255 or 18.90% from 529); Blue value is 217 (85.16% from 255 or 41.02% from 529); Max value from RGB is 217 - color contains mainly: blue. Hex color #D464D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D464D9 is #2B9B26. Grayscale: #929292. Windows color (decimal): -2857767 or 14247124. OLE color: 14247124.

HSL color Cylindrical-coordinate representation of color #D464D9: hue angle of 297.44º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D464D9 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB212100217-
CMYK0.020.5400.15
HSL297.44º60.62%62.16%-
HSV(B)297.44º53.92%85.1%-
XYZ44.2328.1268.74-
YUV146.83167.61174.49-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.08%
GREEN value IS 100 (39.45% from 255) = 18.90%
BLUE value IS 217 (85.16% from 255) = 41.02%
R=40.08%
G=18.90%
B=41.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2121002170.020.5400.15297.4460.6262.16
HexD464D92360F1293d3e
Octal3241443312660174517576
Binary110101001100100110110011011011001111100101001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D464D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D464D9; }

 p { color: rgb(212,100,217); }

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

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

 a { background-color: rgb(212,100,217); }

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

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

 span { border-color: rgb(212,100,217); }

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