#D96CDA

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

Shades of Orchid #D96CDA

Tints of Orchid #D96CDA

Color information

#D96CDA (or 0xD96CDA) is unknown color: approx Orchid. HEX triplet: D9, 6C and DA. RGB value is (217,108,218). Sum of RGB (Red+Green+Blue) = 217+108+218=543 (71% of max value = 765). Red value is 217 (85.16% from 255 or 39.96% from 543); Green value is 108 (42.58% from 255 or 19.89% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #D96CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96CDA is #269325. Grayscale: #989898. Windows color (decimal): -2528038 or 14314713. OLE color: 14314713.

HSL color Cylindrical-coordinate representation of color #D96CDA: hue angle of 299.45º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D96CDA is Cyan = 0.00, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB217108218-
CMYK0.000.5000.15
HSL299.45º59.78%63.92%-
HSV(B)299.45º50.46%85.49%-
XYZ46.6330.5469.77-
YUV153.13164.61173.56-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.96%
GREEN value IS 108 (42.58% from 255) = 19.89%
BLUE value IS 218 (85.55% from 255) = 40.15%
R=39.96%
G=19.89%
B=40.15%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171082180.000.5000.15299.4559.7863.92
HexD96CDA0320F12b3c40
Octal33115433206201745374100
Binary110110011101100110110100110010011111001010111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96CDA; }

 p { color: rgb(217,108,218); }

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

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

 a { background-color: rgb(217,108,218); }

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

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

 span { border-color: rgb(217,108,218); }

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