#D964BE

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

Shades of Orchid #D964BE

Tints of Orchid #D964BE

Color information

#D964BE (or 0xD964BE) is unknown color: approx Orchid. HEX triplet: D9, 64 and BE. RGB value is (217,100,190). Sum of RGB (Red+Green+Blue) = 217+100+190=507 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.80% from 507); Green value is 100 (39.45% from 255 or 19.72% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 217 - color contains mainly: red. Hex color #D964BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D964BE is #269B41. Grayscale: #919191. Windows color (decimal): -2530114 or 12477657. OLE color: 12477657.

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

Color convert

RGB217100190-
CMYK00.540.120.15
HSL313.85º60.62%62.16%-
HSV(B)313.85º53.92%85.1%-
XYZ42.4727.5851.8-
YUV145.24153.26179.18-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.80%
GREEN value IS 100 (39.45% from 255) = 19.72%
BLUE value IS 190 (74.61% from 255) = 37.48%
R=42.80%
G=19.72%
B=37.48%

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
Decimal21710019000.540.120.15313.8560.6262.16
HexD964BE036CF13a3d3e
Octal33114427606614174727576
Binary11011001110010010111110011011011001111100111010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D964BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D964BE; }

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

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

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

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

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

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

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

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