Html Css Color HEX #E96DDE Orchid

📋 copy color: '#E96DDE'

red 233 ◦ green 109 ◦ blue 222

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

Shades of Orchid #E96DDE

Tints of Orchid #E96DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.36%

R = 41.31%
G = 19.33%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E96DDE (or 0xE96DDE) is known color: Orchid. HEX triplet: E9, 6D and DE. RGB value is (233,109,222). Sum of RGB (Red+Green+Blue) = 233+109+222=564 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.31% from 564); Green value is 109 (42.97% from 255 or 19.33% from 564); Blue value is 222 (87.11% from 255 or 39.36% from 564); Max value from RGB is 233 - color contains mainly: red. Hex color #E96DDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96DDE is #169221. Grayscale: #9E9E9E. Windows color (decimal): -1479202 or 14577129. OLE color: 14577129.

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

Color convert

RGB 233 109 222 -
CMYK 0 0.53 0.05 0.09
HSL 305.32º 0.74% 0.67% -
HSV(B) 305.32º 0.53% 0.91% -
XYZ 52.26 33.53 72.83 -
YUV 158.96 163.58 180.81 -
System Red Green Blue C M Y K H S L
Decimal 233 109 222 0 0.53 0.05 0.09 305.32 0.74 0.67
Hex E9 6D DE 0 35 5 9 131 4A 43
Octal 351 155 336 0 65 5 11 461 112 103
Binary 11101001 1101101 11011110 0 110101 101 1001 100110001 1001010 1000011

Color Harmonies of #E96DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96DDE

Black with #E96DDE

Text Example


Text Example

White with #E96DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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