#D96ACB

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

Shades of Orchid #D96ACB

Tints of Orchid #D96ACB

Color information

#D96ACB (or 0xD96ACB) is unknown color: approx Orchid. HEX triplet: D9, 6A and CB. RGB value is (217,106,203). Sum of RGB (Red+Green+Blue) = 217+106+203=526 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.25% from 526); Green value is 106 (41.80% from 255 or 20.15% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 217 - color contains mainly: red. Hex color #D96ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96ACB is #269534. Grayscale: #959595. Windows color (decimal): -2528565 or 13331161. OLE color: 13331161.

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

Color convert

RGB217106203-
CMYK00.510.060.15
HSL307.57º59.36%63.33%-
HSV(B)307.57º51.15%85.1%-
XYZ44.5529.3759.82-
YUV150.25157.77175.61-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.25%
GREEN value IS 106 (41.80% from 255) = 20.15%
BLUE value IS 203 (79.69% from 255) = 38.59%
R=41.25%
G=20.15%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710620300.510.060.15307.5759.3663.33
HexD96ACB0336F1343b3f
Octal3311523130636174647377
Binary1101100111010101100101101100111101111100110100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96ACB; }

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

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

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

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

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

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

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

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