#D96ABA

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

Shades of Orchid #D96ABA

Tints of Orchid #D96ABA

Color information

#D96ABA (or 0xD96ABA) is unknown color: approx Orchid. HEX triplet: D9, 6A and BA. RGB value is (217,106,186). Sum of RGB (Red+Green+Blue) = 217+106+186=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 106 (41.80% from 255 or 20.83% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D96ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96ABA is #269545. Grayscale: #949494. Windows color (decimal): -2528582 or 12217049. OLE color: 12217049.

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

Color convert

RGB217106186-
CMYK00.510.140.15
HSL316.76º59.36%63.33%-
HSV(B)316.76º51.15%85.1%-
XYZ42.6328.649.73-
YUV148.31149.27177-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.63%
GREEN value IS 106 (41.80% from 255) = 20.83%
BLUE value IS 186 (73.05% from 255) = 36.54%
R=42.63%
G=20.83%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710618600.510.140.15316.7659.3663.33
HexD96ABA033EF13d3b3f
Octal33115227206316174757377
Binary11011001110101010111010011001111101111100111101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96ABA; }

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

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

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

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

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

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

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

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