Html Css Color HEX #E66CE2 Orchid

📋 copy color: '#E66CE2'

red 230 ◦ green 108 ◦ blue 226

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

Shades of Orchid #E66CE2

Tints of Orchid #E66CE2

RGB

 RED value IS 230 (90.23% from 255) = 40.78%

 GREEN value IS 108 (42.58% from 255) = 19.15%

 BLUE value IS 226 (88.67% from 255) = 40.07%

R = 40.78%
G = 19.15%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.02

 K value IS 0.10

RGB Variations

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

Color information

#E66CE2 (or 0xE66CE2) is known color: Orchid. HEX triplet: E6, 6C and E2. RGB value is (230,108,226). Sum of RGB (Red+Green+Blue) = 230+108+226=564 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.78% from 564); Green value is 108 (42.58% from 255 or 19.15% from 564); Blue value is 226 (88.67% from 255 or 40.07% from 564); Max value from RGB is 230 - color contains mainly: red. Hex color #E66CE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66CE2 is #19931D. Grayscale: #9D9D9D. Windows color (decimal): -1676062 or 14839014. OLE color: 14839014.

HSL color Cylindrical-coordinate representation of color #E66CE2: hue angle of 301.97º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E66CE2 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 108 226 -
CMYK 0 0.53 0.02 0.10
HSL 301.97º 0.71% 0.66% -
HSV(B) 301.97º 0.53% 0.9% -
XYZ 51.72 33.04 75.6 -
YUV 157.93 166.42 179.41 -
System Red Green Blue C M Y K H S L
Decimal 230 108 226 0 0.53 0.02 0.10 301.97 0.71 0.66
Hex E6 6C E2 0 35 2 A 12E 47 42
Octal 346 154 342 0 65 2 12 456 107 102
Binary 11100110 1101100 11100010 0 110101 10 1010 100101110 1000111 1000010

Color Harmonies of #E66CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66CE2

Black with #E66CE2

Text Example


Text Example

White with #E66CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66CE2; }

 p { color: rgb(230,108,226); }

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

background-color css

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

 a { background-color: rgb(230,108,226); }

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

border-color css

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

 span { border-color: rgb(230,108,226); }

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