#D964C0

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

Shades of Orchid #D964C0

Tints of Orchid #D964C0

Color information

#D964C0 (or 0xD964C0) is unknown color: approx Orchid. HEX triplet: D9, 64 and C0. RGB value is (217,100,192). Sum of RGB (Red+Green+Blue) = 217+100+192=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 100 (39.45% from 255 or 19.65% from 509); Blue value is 192 (75.39% from 255 or 37.72% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D964C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D964C0 is #269B3F. Grayscale: #919191. Windows color (decimal): -2530112 or 12608729. OLE color: 12608729.

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

Color convert

RGB217100192-
CMYK00.540.120.15
HSL312.82º60.62%62.16%-
HSV(B)312.82º53.92%85.1%-
XYZ42.6927.6752.96-
YUV145.47154.26179.02-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.63%
GREEN value IS 100 (39.45% from 255) = 19.65%
BLUE value IS 192 (75.39% from 255) = 37.72%
R=42.63%
G=19.65%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710019200.540.120.15312.8260.6262.16
HexD964C0036CF1393d3e
Octal33114430006614174717576
Binary11011001110010011000000011011011001111100111001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D964C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D964C0; }

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

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

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

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

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

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

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

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