Html Css Color HEX #E86CE4 Orchid

📋 copy color: '#E86CE4'

red 232 ◦ green 108 ◦ blue 228

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

Shades of Orchid #E86CE4

Tints of Orchid #E86CE4

RGB

 RED value IS 232 (91.02% from 255) = 40.85%

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

 BLUE value IS 228 (89.45% from 255) = 40.14%

R = 40.85%
G = 19.01%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#E86CE4 (or 0xE86CE4) is known color: Orchid. HEX triplet: E8, 6C and E4. RGB value is (232,108,228). Sum of RGB (Red+Green+Blue) = 232+108+228=568 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.85% from 568); Green value is 108 (42.58% from 255 or 19.01% from 568); Blue value is 228 (89.45% from 255 or 40.14% from 568); Max value from RGB is 232 - color contains mainly: red. Hex color #E86CE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86CE4 is #17931B. Grayscale: #9E9E9E. Windows color (decimal): -1544988 or 14970088. OLE color: 14970088.

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

Color convert

RGB 232 108 228 -
CMYK 0 0.53 0.02 0.09
HSL 301.94º 0.73% 0.67% -
HSV(B) 301.94º 0.53% 0.91% -
XYZ 52.64 33.48 77.09 -
YUV 158.76 167.08 180.24 -
System Red Green Blue C M Y K H S L
Decimal 232 108 228 0 0.53 0.02 0.09 301.94 0.73 0.67
Hex E8 6C E4 0 35 2 9 12E 49 43
Octal 350 154 344 0 65 2 11 456 111 103
Binary 11101000 1101100 11100100 0 110101 10 1001 100101110 1001001 1000011

Color Harmonies of #E86CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86CE4

Black with #E86CE4

Text Example


Text Example

White with #E86CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86CE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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