Html Css Color HEX #E86CDF Orchid

📋 copy color: '#E86CDF'

red 232 ◦ green 108 ◦ blue 223

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

Shades of Orchid #E86CDF

Tints of Orchid #E86CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.61%

R = 41.21%
G = 19.18%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E86CDF (or 0xE86CDF) is known color: Orchid. HEX triplet: E8, 6C and DF. RGB value is (232,108,223). Sum of RGB (Red+Green+Blue) = 232+108+223=563 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.21% from 563); Green value is 108 (42.58% from 255 or 19.18% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 232 - color contains mainly: red. Hex color #E86CDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86CDF is #179320. Grayscale: #9D9D9D. Windows color (decimal): -1544993 or 14642408. OLE color: 14642408.

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

Color convert

RGB 232 108 223 -
CMYK 0 0.53 0.04 0.09
HSL 304.35º 0.73% 0.67% -
HSV(B) 304.35º 0.53% 0.91% -
XYZ 51.96 33.21 73.48 -
YUV 158.19 164.58 180.65 -
System Red Green Blue C M Y K H S L
Decimal 232 108 223 0 0.53 0.04 0.09 304.35 0.73 0.67
Hex E8 6C DF 0 35 4 9 130 49 43
Octal 350 154 337 0 65 4 11 460 111 103
Binary 11101000 1101100 11011111 0 110101 100 1001 100110000 1001001 1000011

Color Harmonies of #E86CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86CDF

Black with #E86CDF

Text Example


Text Example

White with #E86CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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