Html Css Color HEX #E96EDC Orchid

📋 copy color: '#E96EDC'

red 233 ◦ green 110 ◦ blue 220

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

Shades of Orchid #E96EDC

Tints of Orchid #E96EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.08%

R = 41.39%
G = 19.54%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E96EDC (or 0xE96EDC) is known color: Orchid. HEX triplet: E9, 6E and DC. RGB value is (233,110,220). Sum of RGB (Red+Green+Blue) = 233+110+220=563 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.39% from 563); Green value is 110 (43.36% from 255 or 19.54% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 233 - color contains mainly: red. Hex color #E96EDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96EDC is #169123. Grayscale: #9E9E9E. Windows color (decimal): -1478948 or 14446313. OLE color: 14446313.

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

Color convert

RGB 233 110 220 -
CMYK 0 0.53 0.06 0.09
HSL 306.34º 0.74% 0.67% -
HSV(B) 306.34º 0.53% 0.91% -
XYZ 52.1 33.64 71.46 -
YUV 159.32 162.25 180.56 -
System Red Green Blue C M Y K H S L
Decimal 233 110 220 0 0.53 0.06 0.09 306.34 0.74 0.67
Hex E9 6E DC 0 35 6 9 132 4A 43
Octal 351 156 334 0 65 6 11 462 112 103
Binary 11101001 1101110 11011100 0 110101 110 1001 100110010 1001010 1000011

Color Harmonies of #E96EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96EDC

Black with #E96EDC

Text Example


Text Example

White with #E96EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96EDC; }

 p { color: rgb(233,110,220); }

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

background-color css

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

 a { background-color: rgb(233,110,220); }

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

border-color css

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

 span { border-color: rgb(233,110,220); }

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