Html Css Color HEX #D96ABE Orchid

📋 copy color: '#D96ABE'

red 217 ◦ green 106 ◦ blue 190

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

Shades of Orchid #D96ABE

Tints of Orchid #D96ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.04%

R = 42.3%
G = 20.66%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D96ABE (or 0xD96ABE) is known color: Orchid. HEX triplet: D9, 6A and BE. RGB value is (217,106,190). Sum of RGB (Red+Green+Blue) = 217+106+190=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 106 (41.80% from 255 or 20.66% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 217 - color contains mainly: red. Hex color #D96ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96ABE is #269541. Grayscale: #949494. Windows color (decimal): -2528578 or 12479193. OLE color: 12479193.

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

Color convert

RGB 217 106 190 -
CMYK 0 0.51 0.12 0.15
HSL 314.59º 0.59% 0.63% -
HSV(B) 314.59º 0.51% 0.85% -
XYZ 43.06 28.78 52 -
YUV 148.77 151.27 176.67 -
System Red Green Blue C M Y K H S L
Decimal 217 106 190 0 0.51 0.12 0.15 314.59 0.59 0.63
Hex D9 6A BE 0 33 C F 13B 3B 3F
Octal 331 152 276 0 63 14 17 473 73 77
Binary 11011001 1101010 10111110 0 110011 1100 1111 100111011 111011 111111

Color Harmonies of #D96ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96ABE

Black with #D96ABE

Text Example


Text Example

White with #D96ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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