Html Css Color HEX #D96ABD Orchid

📋 copy color: '#D96ABD'

red 217 ◦ green 106 ◦ blue 189

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

Shades of Orchid #D96ABD

Tints of Orchid #D96ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.91%

R = 42.38%
G = 20.7%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D96ABD (or 0xD96ABD) is known color: Orchid. HEX triplet: D9, 6A and BD. RGB value is (217,106,189). Sum of RGB (Red+Green+Blue) = 217+106+189=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 106 (41.80% from 255 or 20.70% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 217 - color contains mainly: red. Hex color #D96ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96ABD is #269542. Grayscale: #949494. Windows color (decimal): -2528579 or 12413657. OLE color: 12413657.

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

Color convert

RGB 217 106 189 -
CMYK 0 0.51 0.13 0.15
HSL 315.14º 0.59% 0.63% -
HSV(B) 315.14º 0.51% 0.85% -
XYZ 42.95 28.73 51.43 -
YUV 148.65 150.77 176.75 -
System Red Green Blue C M Y K H S L
Decimal 217 106 189 0 0.51 0.13 0.15 315.14 0.59 0.63
Hex D9 6A BD 0 33 D F 13B 3B 3F
Octal 331 152 275 0 63 15 17 473 73 77
Binary 11011001 1101010 10111101 0 110011 1101 1111 100111011 111011 111111

Color Harmonies of #D96ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96ABD

Black with #D96ABD

Text Example


Text Example

White with #D96ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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