Html Css Color HEX #E96DDF Orchid

📋 copy color: '#E96DDF'

red 233 ◦ green 109 ◦ blue 223

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

Shades of Orchid #E96DDF

Tints of Orchid #E96DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.47%

R = 41.24%
G = 19.29%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E96DDF (or 0xE96DDF) is known color: Orchid. HEX triplet: E9, 6D and DF. RGB value is (233,109,223). Sum of RGB (Red+Green+Blue) = 233+109+223=565 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.24% from 565); Green value is 109 (42.97% from 255 or 19.29% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 233 - color contains mainly: red. Hex color #E96DDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96DDF is #169220. Grayscale: #9E9E9E. Windows color (decimal): -1479201 or 14642665. OLE color: 14642665.

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

Color convert

RGB 233 109 223 -
CMYK 0 0.53 0.04 0.09
HSL 304.84º 0.74% 0.67% -
HSV(B) 304.84º 0.53% 0.91% -
XYZ 52.39 33.59 73.53 -
YUV 159.07 164.08 180.73 -
System Red Green Blue C M Y K H S L
Decimal 233 109 223 0 0.53 0.04 0.09 304.84 0.74 0.67
Hex E9 6D DF 0 35 4 9 131 4A 43
Octal 351 155 337 0 65 4 11 461 112 103
Binary 11101001 1101101 11011111 0 110101 100 1001 100110001 1001010 1000011

Color Harmonies of #E96DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96DDF

Black with #E96DDF

Text Example


Text Example

White with #E96DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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