#D96ADC

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

Shades of Orchid #D96ADC

Tints of Orchid #D96ADC

Color information

#D96ADC (or 0xD96ADC) is unknown color: approx Orchid. HEX triplet: D9, 6A and DC. RGB value is (217,106,220). Sum of RGB (Red+Green+Blue) = 217+106+220=543 (71% of max value = 765). Red value is 217 (85.16% from 255 or 39.96% from 543); Green value is 106 (41.80% from 255 or 19.52% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #D96ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96ADC is #269523. Grayscale: #979797. Windows color (decimal): -2528548 or 14445273. OLE color: 14445273.

HSL color Cylindrical-coordinate representation of color #D96ADC: hue angle of 298.42º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D96ADC is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB217106220-
CMYK0.010.5200.14
HSL298.42º61.96%63.92%-
HSV(B)298.42º51.82%86.27%-
XYZ46.6930.2371.08-
YUV152.18166.27174.23-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.96%
GREEN value IS 106 (41.80% from 255) = 19.52%
BLUE value IS 220 (86.33% from 255) = 40.52%
R=39.96%
G=19.52%
B=40.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2171062200.010.5200.14298.4261.9663.92
HexD96ADC1340E12a3e40
Octal33115233416401645276100
Binary110110011101010110111001110100011101001010101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96ADC; }

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

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

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

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

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

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

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

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