Html Css Color HEX #E96DD8 Orchid

📋 copy color: '#E96DD8'

red 233 ◦ green 109 ◦ blue 216

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

Shades of Orchid #E96DD8

Tints of Orchid #E96DD8

RGB

 RED value IS 233 (91.41% from 255) = 41.76%

 GREEN value IS 109 (42.97% from 255) = 19.53%

 BLUE value IS 216 (84.77% from 255) = 38.71%

R = 41.76%
G = 19.53%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#E96DD8 (or 0xE96DD8) is known color: Orchid. HEX triplet: E9, 6D and D8. RGB value is (233,109,216). Sum of RGB (Red+Green+Blue) = 233+109+216=558 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.76% from 558); Green value is 109 (42.97% from 255 or 19.53% from 558); Blue value is 216 (84.77% from 255 or 38.71% from 558); Max value from RGB is 233 - color contains mainly: red. Hex color #E96DD8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96DD8 is #169227. Grayscale: #9D9D9D. Windows color (decimal): -1479208 or 14183913. OLE color: 14183913.

HSL color Cylindrical-coordinate representation of color #E96DD8: hue angle of 308.23º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E96DD8 is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 109 216 -
CMYK 0 0.53 0.07 0.09
HSL 308.23º 0.74% 0.67% -
HSV(B) 308.23º 0.53% 0.91% -
XYZ 51.47 33.22 68.66 -
YUV 158.27 160.58 181.3 -
System Red Green Blue C M Y K H S L
Decimal 233 109 216 0 0.53 0.07 0.09 308.23 0.74 0.67
Hex E9 6D D8 0 35 7 9 134 4A 43
Octal 351 155 330 0 65 7 11 464 112 103
Binary 11101001 1101101 11011000 0 110101 111 1001 100110100 1001010 1000011

Color Harmonies of #E96DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96DD8

Black with #E96DD8

Text Example


Text Example

White with #E96DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96DD8; }

 p { color: rgb(233,109,216); }

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

background-color css

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

 a { background-color: rgb(233,109,216); }

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

border-color css

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

 span { border-color: rgb(233,109,216); }

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