Html Css Color HEX #E86CCE Orchid

📋 copy color: '#E86CCE'

red 232 ◦ green 108 ◦ blue 206

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

Shades of Orchid #E86CCE

Tints of Orchid #E86CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.73%

R = 42.49%
G = 19.78%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E86CCE (or 0xE86CCE) is known color: Orchid. HEX triplet: E8, 6C and CE. RGB value is (232,108,206). Sum of RGB (Red+Green+Blue) = 232+108+206=546 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.49% from 546); Green value is 108 (42.58% from 255 or 19.78% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 232 - color contains mainly: red. Hex color #E86CCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86CCE is #179331. Grayscale: #9B9B9B. Windows color (decimal): -1545010 or 13528296. OLE color: 13528296.

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

Color convert

RGB 232 108 206 -
CMYK 0 0.53 0.11 0.09
HSL 312.58º 0.73% 0.67% -
HSV(B) 312.58º 0.53% 0.91% -
XYZ 49.78 32.34 62.01 -
YUV 156.25 156.08 182.03 -
System Red Green Blue C M Y K H S L
Decimal 232 108 206 0 0.53 0.11 0.09 312.58 0.73 0.67
Hex E8 6C CE 0 35 B 9 139 49 43
Octal 350 154 316 0 65 13 11 471 111 103
Binary 11101000 1101100 11001110 0 110101 1011 1001 100111001 1001001 1000011

Color Harmonies of #E86CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86CCE

Black with #E86CCE

Text Example


Text Example

White with #E86CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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