Html Css Color HEX #E46CE6 Orchid

📋 copy color: '#E46CE6'

red 228 ◦ green 108 ◦ blue 230

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

Shades of Orchid #E46CE6

Tints of Orchid #E46CE6

RGB

 RED value IS 228 (89.45% from 255) = 40.28%

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

 BLUE value IS 230 (90.23% from 255) = 40.64%

R = 40.28%
G = 19.08%
B = 40.64%

CMYK

 C value IS 0.01

 M value IS 0.53

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E46CE6 (or 0xE46CE6) is known color: Orchid. HEX triplet: E4, 6C and E6. RGB value is (228,108,230). Sum of RGB (Red+Green+Blue) = 228+108+230=566 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.28% from 566); Green value is 108 (42.58% from 255 or 19.08% from 566); Blue value is 230 (90.23% from 255 or 40.64% from 566); Max value from RGB is 230 - color contains mainly: blue. Hex color #E46CE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E46CE6 is #1B9319. Grayscale: #9D9D9D. Windows color (decimal): -1807130 or 15101156. OLE color: 15101156.

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

Color convert

RGB 228 108 230 -
CMYK 0.01 0.53 0 0.10
HSL 299.02º 0.71% 0.66% -
HSV(B) 299.02º 0.53% 0.9% -
XYZ 51.64 32.93 78.5 -
YUV 157.79 168.76 178.08 -
System Red Green Blue C M Y K H S L
Decimal 228 108 230 0.01 0.53 0 0.10 299.02 0.71 0.66
Hex E4 6C E6 1 35 0 A 12B 47 42
Octal 344 154 346 1 65 0 12 453 107 102
Binary 11100100 1101100 11100110 1 110101 0 1010 100101011 1000111 1000010

Color Harmonies of #E46CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46CE6

Black with #E46CE6

Text Example


Text Example

White with #E46CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46CE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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