#D96ACA

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

Shades of Orchid #D96ACA

Tints of Orchid #D96ACA

Color information

#D96ACA (or 0xD96ACA) is unknown color: approx Orchid. HEX triplet: D9, 6A and CA. RGB value is (217,106,202). Sum of RGB (Red+Green+Blue) = 217+106+202=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 106 (41.80% from 255 or 20.19% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 217 - color contains mainly: red. Hex color #D96ACA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96ACA is #269535. Grayscale: #959595. Windows color (decimal): -2528566 or 13265625. OLE color: 13265625.

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

Color convert

RGB217106202-
CMYK00.510.070.15
HSL308.11º59.36%63.33%-
HSV(B)308.11º51.15%85.1%-
XYZ44.4329.3259.2-
YUV150.13157.27175.69-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.33%
GREEN value IS 106 (41.80% from 255) = 20.19%
BLUE value IS 202 (79.30% from 255) = 38.48%
R=41.33%
G=20.19%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710620200.510.070.15308.1159.3663.33
HexD96ACA0337F1343b3f
Octal3311523120637174647377
Binary1101100111010101100101001100111111111100110100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96ACA; }

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

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

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

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

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

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

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

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