Html Css Color HEX #E96DD2 Orchid

📋 copy color: '#E96DD2'

red 233 ◦ green 109 ◦ blue 210

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

Shades of Orchid #E96DD2

Tints of Orchid #E96DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.04%

R = 42.21%
G = 19.75%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E96DD2 (or 0xE96DD2) is known color: Orchid. HEX triplet: E9, 6D and D2. RGB value is (233,109,210). Sum of RGB (Red+Green+Blue) = 233+109+210=552 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.21% from 552); Green value is 109 (42.97% from 255 or 19.75% from 552); Blue value is 210 (82.42% from 255 or 38.04% from 552); Max value from RGB is 233 - color contains mainly: red. Hex color #E96DD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96DD2 is #16922D. Grayscale: #9D9D9D. Windows color (decimal): -1479214 or 13790697. OLE color: 13790697.

HSL color Cylindrical-coordinate representation of color #E96DD2: hue angle of 311.13º 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 #E96DD2 is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 109 210 -
CMYK 0 0.53 0.10 0.09
HSL 311.13º 0.74% 0.67% -
HSV(B) 311.13º 0.53% 0.91% -
XYZ 50.71 32.91 64.65 -
YUV 157.59 157.58 181.79 -
System Red Green Blue C M Y K H S L
Decimal 233 109 210 0 0.53 0.10 0.09 311.13 0.74 0.67
Hex E9 6D D2 0 35 A 9 137 4A 43
Octal 351 155 322 0 65 12 11 467 112 103
Binary 11101001 1101101 11010010 0 110101 1010 1001 100110111 1001010 1000011

Color Harmonies of #E96DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96DD2

Black with #E96DD2

Text Example


Text Example

White with #E96DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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