Html Css Color HEX #D96EBE Orchid

📋 copy color: '#D96EBE'

red 217 ◦ green 110 ◦ blue 190

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

Shades of Orchid #D96EBE

Tints of Orchid #D96EBE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.28%

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

R = 41.97%
G = 21.28%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D96EBE (or 0xD96EBE) is known color: Orchid. HEX triplet: D9, 6E and BE. RGB value is (217,110,190). Sum of RGB (Red+Green+Blue) = 217+110+190=517 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.97% from 517); Green value is 110 (43.36% from 255 or 21.28% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 217 - color contains mainly: red. Hex color #D96EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96EBE is #269141. Grayscale: #969696. Windows color (decimal): -2527554 or 12480217. OLE color: 12480217.

HSL color Cylindrical-coordinate representation of color #D96EBE: hue angle of 315.14º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D96EBE is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 110 190 -
CMYK 0 0.49 0.12 0.15
HSL 315.14º 0.58% 0.64% -
HSV(B) 315.14º 0.49% 0.85% -
XYZ 43.49 29.62 52.14 -
YUV 151.11 149.95 175 -
System Red Green Blue C M Y K H S L
Decimal 217 110 190 0 0.49 0.12 0.15 315.14 0.58 0.64
Hex D9 6E BE 0 31 C F 13B 3A 40
Octal 331 156 276 0 61 14 17 473 72 100
Binary 11011001 1101110 10111110 0 110001 1100 1111 100111011 111010 1000000

Color Harmonies of #D96EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96EBE

Black with #D96EBE

Text Example


Text Example

White with #D96EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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