#D96DCB

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

Shades of Orchid #D96DCB

Tints of Orchid #D96DCB

Color information

#D96DCB (or 0xD96DCB) is unknown color: approx Orchid. HEX triplet: D9, 6D and CB. RGB value is (217,109,203). Sum of RGB (Red+Green+Blue) = 217+109+203=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 109 (42.97% from 255 or 20.60% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 217 - color contains mainly: red. Hex color #D96DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96DCB is #269234. Grayscale: #979797. Windows color (decimal): -2527797 or 13331929. OLE color: 13331929.

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

Color convert

RGB217109203-
CMYK00.500.060.15
HSL307.78º58.7%63.92%-
HSV(B)307.78º49.77%85.1%-
XYZ44.863059.93-
YUV152.01156.78174.36-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.02%
GREEN value IS 109 (42.97% from 255) = 20.60%
BLUE value IS 203 (79.69% from 255) = 38.37%
R=41.02%
G=20.60%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710920300.500.060.15307.7858.763.92
HexD96DCB0326F1343b40
Octal33115531306261746473100
Binary11011001110110111001011011001011011111001101001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96DCB; }

 p { color: rgb(217,109,203); }

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

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

 a { background-color: rgb(217,109,203); }

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

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

 span { border-color: rgb(217,109,203); }

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