Html Css Color HEX #E66CE3 Orchid

📋 copy color: '#E66CE3'

red 230 ◦ green 108 ◦ blue 227

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

Shades of Orchid #E66CE3

Tints of Orchid #E66CE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 40.18%

R = 40.71%
G = 19.12%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.01

 K value IS 0.10

RGB Variations

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

Color information

#E66CE3 (or 0xE66CE3) is known color: Orchid. HEX triplet: E6, 6C and E3. RGB value is (230,108,227). Sum of RGB (Red+Green+Blue) = 230+108+227=565 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.71% from 565); Green value is 108 (42.58% from 255 or 19.12% from 565); Blue value is 227 (89.06% from 255 or 40.18% from 565); Max value from RGB is 230 - color contains mainly: red. Hex color #E66CE3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66CE3 is #19931C. Grayscale: #9D9D9D. Windows color (decimal): -1676061 or 14904550. OLE color: 14904550.

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

Color convert

RGB 230 108 227 -
CMYK 0 0.53 0.01 0.10
HSL 301.48º 0.71% 0.66% -
HSV(B) 301.48º 0.53% 0.9% -
XYZ 51.86 33.09 76.33 -
YUV 158.04 166.92 179.32 -
System Red Green Blue C M Y K H S L
Decimal 230 108 227 0 0.53 0.01 0.10 301.48 0.71 0.66
Hex E6 6C E3 0 35 1 A 12D 47 42
Octal 346 154 343 0 65 1 12 455 107 102
Binary 11100110 1101100 11100011 0 110101 1 1010 100101101 1000111 1000010

Color Harmonies of #E66CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66CE3

Black with #E66CE3

Text Example


Text Example

White with #E66CE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66CE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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