#D964D4

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

Shades of Orchid #D964D4

Tints of Orchid #D964D4

Color information

#D964D4 (or 0xD964D4) is unknown color: approx Orchid. HEX triplet: D9, 64 and D4. RGB value is (217,100,212). Sum of RGB (Red+Green+Blue) = 217+100+212=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 100 (39.45% from 255 or 18.90% from 529); Blue value is 212 (83.20% from 255 or 40.08% from 529); Max value from RGB is 217 - color contains mainly: red. Hex color #D964D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D964D4 is #269B2B. Grayscale: #939393. Windows color (decimal): -2530092 or 13919449. OLE color: 13919449.

HSL color Cylindrical-coordinate representation of color #D964D4: hue angle of 302.56º 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 #D964D4 is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB217100212-
CMYK00.540.020.15
HSL302.56º60.62%62.16%-
HSV(B)302.56º53.92%85.1%-
XYZ45.0628.6265.44-
YUV147.75164.26177.39-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710021200.540.020.15302.5660.6262.16
HexD964D40362F12f3d3e
Octal3311443240662174577576
Binary110110011100100110101000110110101111100101111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D964D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D964D4; }

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

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

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

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

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

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

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

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