Html Css Color HEX #D96DBA Orchid

📋 copy color: '#D96DBA'

red 217 ◦ green 109 ◦ blue 186

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

Shades of Orchid #D96DBA

Tints of Orchid #D96DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.33%

R = 42.38%
G = 21.29%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D96DBA (or 0xD96DBA) is known color: Orchid. HEX triplet: D9, 6D and BA. RGB value is (217,109,186). Sum of RGB (Red+Green+Blue) = 217+109+186=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 109 (42.97% from 255 or 21.29% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 217 - color contains mainly: red. Hex color #D96DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96DBA is #269245. Grayscale: #959595. Windows color (decimal): -2527814 or 12217817. OLE color: 12217817.

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

Color convert

RGB 217 109 186 -
CMYK 0 0.50 0.14 0.15
HSL 317.22º 0.59% 0.64% -
HSV(B) 317.22º 0.5% 0.85% -
XYZ 42.95 29.23 49.83 -
YUV 150.07 148.28 175.74 -
System Red Green Blue C M Y K H S L
Decimal 217 109 186 0 0.50 0.14 0.15 317.22 0.59 0.64
Hex D9 6D BA 0 32 E F 13D 3B 40
Octal 331 155 272 0 62 16 17 475 73 100
Binary 11011001 1101101 10111010 0 110010 1110 1111 100111101 111011 1000000

Color Harmonies of #D96DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96DBA

Black with #D96DBA

Text Example


Text Example

White with #D96DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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