#D96FBE

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

Shades of Orchid #D96FBE

Tints of Orchid #D96FBE

Color information

#D96FBE (or 0xD96FBE) is unknown color: approx Orchid. HEX triplet: D9, 6F and BE. RGB value is (217,111,190). Sum of RGB (Red+Green+Blue) = 217+111+190=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 111 (43.75% from 255 or 21.43% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 217 - color contains mainly: red. Hex color #D96FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96FBE is #269041. Grayscale: #979797. Windows color (decimal): -2527298 or 12480473. OLE color: 12480473.

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

Color convert

RGB217111190-
CMYK00.490.120.15
HSL315.28º58.24%64.31%-
HSV(B)315.28º48.85%85.1%-
XYZ43.5929.8452.18-
YUV151.7149.62174.58-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.89%
GREEN value IS 111 (43.75% from 255) = 21.43%
BLUE value IS 190 (74.61% from 255) = 36.68%
R=41.89%
G=21.43%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711119000.490.120.15315.2858.2464.31
HexD96FBE031CF13b3a40
Octal331157276061141747372100
Binary110110011101111101111100110001110011111001110111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96FBE; }

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

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

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

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

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

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

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

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