Html Css Color HEX #D96DB9 Orchid

📋 copy color: '#D96DB9'

red 217 ◦ green 109 ◦ blue 185

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

Shades of Orchid #D96DB9

Tints of Orchid #D96DB9

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.33%

 BLUE value IS 185 (72.66% from 255) = 36.2%

R = 42.47%
G = 21.33%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D96DB9 (or 0xD96DB9) is known color: Orchid. HEX triplet: D9, 6D and B9. RGB value is (217,109,185). Sum of RGB (Red+Green+Blue) = 217+109+185=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 109 (42.97% from 255 or 21.33% from 511); Blue value is 185 (72.66% from 255 or 36.20% from 511); Max value from RGB is 217 - color contains mainly: red. Hex color #D96DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96DB9 is #269246. Grayscale: #959595. Windows color (decimal): -2527815 or 12152281. OLE color: 12152281.

HSL color Cylindrical-coordinate representation of color #D96DB9: hue angle of 317.78º degrees, saturation: 0.59, 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 #D96DB9 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 109 185 -
CMYK 0 0.50 0.15 0.15
HSL 317.78º 0.59% 0.64% -
HSV(B) 317.78º 0.5% 0.85% -
XYZ 42.84 29.19 49.28 -
YUV 149.96 147.78 175.82 -
System Red Green Blue C M Y K H S L
Decimal 217 109 185 0 0.50 0.15 0.15 317.78 0.59 0.64
Hex D9 6D B9 0 32 F F 13E 3B 40
Octal 331 155 271 0 62 17 17 476 73 100
Binary 11011001 1101101 10111001 0 110010 1111 1111 100111110 111011 1000000

Color Harmonies of #D96DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96DB9

Black with #D96DB9

Text Example


Text Example

White with #D96DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96DB9; }

 p { color: rgb(217,109,185); }

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

background-color css

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

 a { background-color: rgb(217,109,185); }

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

border-color css

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

 span { border-color: rgb(217,109,185); }

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