#D964DD

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

Shades of Orchid #D964DD

Tints of Orchid #D964DD

Color information

#D964DD (or 0xD964DD) is unknown color: approx Orchid. HEX triplet: D9, 64 and DD. RGB value is (217,100,221). Sum of RGB (Red+Green+Blue) = 217+100+221=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 100 (39.45% from 255 or 18.59% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #D964DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D964DD is #269B22. Grayscale: #949494. Windows color (decimal): -2530083 or 14509273. OLE color: 14509273.

HSL color Cylindrical-coordinate representation of color #D964DD: hue angle of 298.02º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D964DD is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB217100221-
CMYK0.020.5500.13
HSL298.02º64.02%62.94%-
HSV(B)298.02º54.75%86.67%-
XYZ46.2229.0971.58-
YUV148.78168.76176.66-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.33%
GREEN value IS 100 (39.45% from 255) = 18.59%
BLUE value IS 221 (86.72% from 255) = 41.08%
R=40.33%
G=18.59%
B=41.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2171002210.020.5500.13298.0264.0262.94
HexD964DD2370D12a403f
Octal33114433526701545210077
Binary1101100111001001101110110110111011011001010101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D964DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D964DD; }

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

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

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

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

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

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

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

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