Html Css Color HEX #D96ABB Orchid

📋 copy color: '#D96ABB'

red 217 ◦ green 106 ◦ blue 187

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

Shades of Orchid #D96ABB

Tints of Orchid #D96ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.67%

R = 42.55%
G = 20.78%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D96ABB (or 0xD96ABB) is known color: Orchid. HEX triplet: D9, 6A and BB. RGB value is (217,106,187). Sum of RGB (Red+Green+Blue) = 217+106+187=510 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.55% from 510); Green value is 106 (41.80% from 255 or 20.78% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 217 - color contains mainly: red. Hex color #D96ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96ABB is #269544. Grayscale: #949494. Windows color (decimal): -2528581 or 12282585. OLE color: 12282585.

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

Color convert

RGB 217 106 187 -
CMYK 0 0.51 0.14 0.15
HSL 316.22º 0.59% 0.63% -
HSV(B) 316.22º 0.51% 0.85% -
XYZ 42.74 28.65 50.29 -
YUV 148.42 149.77 176.91 -
System Red Green Blue C M Y K H S L
Decimal 217 106 187 0 0.51 0.14 0.15 316.22 0.59 0.63
Hex D9 6A BB 0 33 E F 13C 3B 3F
Octal 331 152 273 0 63 16 17 474 73 77
Binary 11011001 1101010 10111011 0 110011 1110 1111 100111100 111011 111111

Color Harmonies of #D96ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96ABB

Black with #D96ABB

Text Example


Text Example

White with #D96ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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