Html Css Color HEX #E86CDD Orchid

📋 copy color: '#E86CDD'

red 232 ◦ green 108 ◦ blue 221

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

Shades of Orchid #E86CDD

Tints of Orchid #E86CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.39%

R = 41.35%
G = 19.25%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E86CDD (or 0xE86CDD) is known color: Orchid. HEX triplet: E8, 6C and DD. RGB value is (232,108,221). Sum of RGB (Red+Green+Blue) = 232+108+221=561 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.35% from 561); Green value is 108 (42.58% from 255 or 19.25% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 232 - color contains mainly: red. Hex color #E86CDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86CDD is #179322. Grayscale: #9D9D9D. Windows color (decimal): -1544995 or 14511336. OLE color: 14511336.

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

Color convert

RGB 232 108 221 -
CMYK 0 0.53 0.05 0.09
HSL 305.32º 0.73% 0.67% -
HSV(B) 305.32º 0.53% 0.91% -
XYZ 51.69 33.1 72.07 -
YUV 157.96 163.58 180.81 -
System Red Green Blue C M Y K H S L
Decimal 232 108 221 0 0.53 0.05 0.09 305.32 0.73 0.67
Hex E8 6C DD 0 35 5 9 131 49 43
Octal 350 154 335 0 65 5 11 461 111 103
Binary 11101000 1101100 11011101 0 110101 101 1001 100110001 1001001 1000011

Color Harmonies of #E86CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86CDD

Black with #E86CDD

Text Example


Text Example

White with #E86CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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