Html Css Color HEX #D96EBA Orchid

📋 copy color: '#D96EBA'

red 217 ◦ green 110 ◦ blue 186

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

Shades of Orchid #D96EBA

Tints of Orchid #D96EBA

RGB

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

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

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

R = 42.3%
G = 21.44%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D96EBA (or 0xD96EBA) is known color: Orchid. HEX triplet: D9, 6E and BA. RGB value is (217,110,186). Sum of RGB (Red+Green+Blue) = 217+110+186=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 110 (43.36% from 255 or 21.44% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 217 - color contains mainly: red. Hex color #D96EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96EBA is #269145. Grayscale: #969696. Windows color (decimal): -2527558 or 12218073. OLE color: 12218073.

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

Color convert

RGB 217 110 186 -
CMYK 0 0.49 0.14 0.15
HSL 317.38º 0.58% 0.64% -
HSV(B) 317.38º 0.49% 0.85% -
XYZ 43.05 29.45 49.87 -
YUV 150.66 147.95 175.32 -
System Red Green Blue C M Y K H S L
Decimal 217 110 186 0 0.49 0.14 0.15 317.38 0.58 0.64
Hex D9 6E BA 0 31 E F 13D 3A 40
Octal 331 156 272 0 61 16 17 475 72 100
Binary 11011001 1101110 10111010 0 110001 1110 1111 100111101 111010 1000000

Color Harmonies of #D96EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96EBA

Black with #D96EBA

Text Example


Text Example

White with #D96EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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