#D96FC5

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

Shades of Orchid #D96FC5

Tints of Orchid #D96FC5

Color information

#D96FC5 (or 0xD96FC5) is unknown color: approx Orchid. HEX triplet: D9, 6F and C5. RGB value is (217,111,197). Sum of RGB (Red+Green+Blue) = 217+111+197=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 111 (43.75% from 255 or 21.14% from 525); Blue value is 197 (77.34% from 255 or 37.52% from 525); Max value from RGB is 217 - color contains mainly: red. Hex color #D96FC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96FC5 is #26903A. Grayscale: #989898. Windows color (decimal): -2527291 or 12939225. OLE color: 12939225.

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

Color convert

RGB217111197-
CMYK00.490.090.15
HSL311.32º58.24%64.31%-
HSV(B)311.32º48.85%85.1%-
XYZ44.3830.1556.3-
YUV152.5153.12174.01-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.33%
GREEN value IS 111 (43.75% from 255) = 21.14%
BLUE value IS 197 (77.34% from 255) = 37.52%
R=41.33%
G=21.14%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711119700.490.090.15311.3258.2464.31
HexD96FC50319F1373a40
Octal331157305061111746772100
Binary110110011101111110001010110001100111111001101111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96FC5; }

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

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

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

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

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

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

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

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