#D96BC5

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

Shades of Orchid #D96BC5

Tints of Orchid #D96BC5

Color information

#D96BC5 (or 0xD96BC5) is unknown color: approx Orchid. HEX triplet: D9, 6B and C5. RGB value is (217,107,197). Sum of RGB (Red+Green+Blue) = 217+107+197=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 107 (42.19% from 255 or 20.54% from 521); Blue value is 197 (77.34% from 255 or 37.81% from 521); Max value from RGB is 217 - color contains mainly: red. Hex color #D96BC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96BC5 is #26943A. Grayscale: #959595. Windows color (decimal): -2528315 or 12938201. OLE color: 12938201.

HSL color Cylindrical-coordinate representation of color #D96BC5: hue angle of 310.91º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D96BC5 is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB217107197-
CMYK00.510.090.15
HSL310.91º59.14%63.53%-
HSV(B)310.91º50.69%85.1%-
XYZ43.9529.356.16-
YUV150.15154.44175.68-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.65%
GREEN value IS 107 (42.19% from 255) = 20.54%
BLUE value IS 197 (77.34% from 255) = 37.81%
R=41.65%
G=20.54%
B=37.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710719700.510.090.15310.9159.1463.53
HexD96BC50339F1373b40
Octal331153305063111746773100
Binary110110011101011110001010110011100111111001101111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96BC5; }

 p { color: rgb(217,107,197); }

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

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

 a { background-color: rgb(217,107,197); }

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

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

 span { border-color: rgb(217,107,197); }

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