Html Css Color HEX #D96AD1 Orchid

📋 copy color: '#D96AD1'

red 217 ◦ green 106 ◦ blue 209

#D96AD1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #D96AD1

Tints of Orchid #D96AD1

RGB

 RED value IS 217 (85.16% from 255) = 40.79%

 GREEN value IS 106 (41.8% from 255) = 19.92%

 BLUE value IS 209 (82.03% from 255) = 39.29%

R = 40.79%
G = 19.92%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D96AD1 (or 0xD96AD1) is known color: Orchid. HEX triplet: D9, 6A and D1. RGB value is (217,106,209). Sum of RGB (Red+Green+Blue) = 217+106+209=532 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.79% from 532); Green value is 106 (41.80% from 255 or 19.92% from 532); Blue value is 209 (82.03% from 255 or 39.29% from 532); Max value from RGB is 217 - color contains mainly: red. Hex color #D96AD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96AD1 is #26952E. Grayscale: #969696. Windows color (decimal): -2528559 or 13724377. OLE color: 13724377.

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

Color convert

RGB 217 106 209 -
CMYK 0 0.51 0.04 0.15
HSL 304.32º 0.59% 0.63% -
HSV(B) 304.32º 0.51% 0.85% -
XYZ 45.28 29.66 63.66 -
YUV 150.93 160.77 175.12 -
System Red Green Blue C M Y K H S L
Decimal 217 106 209 0 0.51 0.04 0.15 304.32 0.59 0.63
Hex D9 6A D1 0 33 4 F 130 3B 3F
Octal 331 152 321 0 63 4 17 460 73 77
Binary 11011001 1101010 11010001 0 110011 100 1111 100110000 111011 111111

Color Harmonies of #D96AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96AD1

Black with #D96AD1

Text Example


Text Example

White with #D96AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96AD1; }

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

 H1.HeaderClassName
 {
   color: #D96AD1;
 }
 .AnyTagClassName
 {
   color: #D96AD1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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