#D963D5

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

Shades of Orchid #D963D5

Tints of Orchid #D963D5

Color information

#D963D5 (or 0xD963D5) is unknown color: approx Orchid. HEX triplet: D9, 63 and D5. RGB value is (217,99,213). Sum of RGB (Red+Green+Blue) = 217+99+213=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 99 (39.06% from 255 or 18.71% from 529); Blue value is 213 (83.59% from 255 or 40.26% from 529); Max value from RGB is 217 - color contains mainly: red. Hex color #D963D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D963D5 is #269C2A. Grayscale: #929292. Windows color (decimal): -2530347 or 13984729. OLE color: 13984729.

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

Color convert

RGB21799213-
CMYK00.540.020.15
HSL302.03º60.82%61.96%-
HSV(B)302.03º54.38%85.1%-
XYZ45.0928.4866.07-
YUV147.28165.09177.73-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.02%
GREEN value IS 99 (39.06% from 255) = 18.71%
BLUE value IS 213 (83.59% from 255) = 40.26%
R=41.02%
G=18.71%
B=40.26%

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
Decimal2179921300.540.020.15302.0360.8261.96
HexD963D50362F12e3d3e
Octal3311433250662174567576
Binary110110011100011110101010110110101111100101110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D963D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D963D5; }

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

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

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

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

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

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

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

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