#D964C7

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

Shades of Orchid #D964C7

Tints of Orchid #D964C7

Color information

#D964C7 (or 0xD964C7) is unknown color: approx Orchid. HEX triplet: D9, 64 and C7. RGB value is (217,100,199). Sum of RGB (Red+Green+Blue) = 217+100+199=516 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.05% from 516); Green value is 100 (39.45% from 255 or 19.38% from 516); Blue value is 199 (78.12% from 255 or 38.57% from 516); Max value from RGB is 217 - color contains mainly: red. Hex color #D964C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D964C7 is #269B38. Grayscale: #919191. Windows color (decimal): -2530105 or 13067481. OLE color: 13067481.

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

Color convert

RGB217100199-
CMYK00.540.080.15
HSL309.23º60.62%62.16%-
HSV(B)309.23º53.92%85.1%-
XYZ43.4827.9957.14-
YUV146.27157.76178.45-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.05%
GREEN value IS 100 (39.45% from 255) = 19.38%
BLUE value IS 199 (78.12% from 255) = 38.57%
R=42.05%
G=19.38%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710019900.540.080.15309.2360.6262.16
HexD964C70368F1353d3e
Octal33114430706610174657576
Binary11011001110010011000111011011010001111100110101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D964C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D964C7; }

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

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

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

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

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

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

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

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