#D964D5

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

Shades of Orchid #D964D5

Tints of Orchid #D964D5

Color information

#D964D5 (or 0xD964D5) is unknown color: approx Orchid. HEX triplet: D9, 64 and D5. RGB value is (217,100,213). Sum of RGB (Red+Green+Blue) = 217+100+213=530 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.94% from 530); Green value is 100 (39.45% from 255 or 18.87% from 530); Blue value is 213 (83.59% from 255 or 40.19% from 530); Max value from RGB is 217 - color contains mainly: red. Hex color #D964D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D964D5 is #269B2A. Grayscale: #939393. Windows color (decimal): -2530091 or 13984985. OLE color: 13984985.

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

Color convert

RGB217100213-
CMYK00.540.020.15
HSL302.05º60.62%62.16%-
HSV(B)302.05º53.92%85.1%-
XYZ45.1828.6766.1-
YUV147.86164.76177.31-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.94%
GREEN value IS 100 (39.45% from 255) = 18.87%
BLUE value IS 213 (83.59% from 255) = 40.19%
R=40.94%
G=18.87%
B=40.19%

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
Decimal21710021300.540.020.15302.0560.6262.16
HexD964D50362F12e3d3e
Octal3311443250662174567576
Binary110110011100100110101010110110101111100101110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D964D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D964D5; }

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

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

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

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

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

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

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

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