#D96AC6

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

Shades of Orchid #D96AC6

Tints of Orchid #D96AC6

Color information

#D96AC6 (or 0xD96AC6) is unknown color: approx Orchid. HEX triplet: D9, 6A and C6. RGB value is (217,106,198). Sum of RGB (Red+Green+Blue) = 217+106+198=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 106 (41.80% from 255 or 20.35% from 521); Blue value is 198 (77.73% from 255 or 38.00% from 521); Max value from RGB is 217 - color contains mainly: red. Hex color #D96AC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96AC6 is #269539. Grayscale: #959595. Windows color (decimal): -2528570 or 13003481. OLE color: 13003481.

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

Color convert

RGB217106198-
CMYK00.510.090.15
HSL310.27º59.36%63.33%-
HSV(B)310.27º51.15%85.1%-
XYZ43.9629.1456.73-
YUV149.68155.27176.02-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.65%
GREEN value IS 106 (41.80% from 255) = 20.35%
BLUE value IS 198 (77.73% from 255) = 38.00%
R=41.65%
G=20.35%
B=38.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710619800.510.090.15310.2759.3663.33
HexD96AC60339F1363b3f
Octal33115230606311174667377
Binary11011001110101011000110011001110011111100110110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96AC6; }

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

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

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

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

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

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

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

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