Html Css Color HEX #E76CCE Orchid

📋 copy color: '#E76CCE'

red 231 ◦ green 108 ◦ blue 206

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

Shades of Orchid #E76CCE

Tints of Orchid #E76CCE

RGB

 RED value IS 231 (90.63% from 255) = 42.39%

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

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

R = 42.39%
G = 19.82%
B = 37.8%

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

#E76CCE (or 0xE76CCE) is known color: Orchid. HEX triplet: E7, 6C and CE. RGB value is (231,108,206). Sum of RGB (Red+Green+Blue) = 231+108+206=545 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.39% from 545); Green value is 108 (42.58% from 255 or 19.82% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 231 - color contains mainly: red. Hex color #E76CCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76CCE is #189331. Grayscale: #9B9B9B. Windows color (decimal): -1610546 or 13528295. OLE color: 13528295.

HSL color Cylindrical-coordinate representation of color #E76CCE: hue angle of 312.2º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E76CCE is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 108 206 -
CMYK 0 0.53 0.11 0.09
HSL 312.2º 0.72% 0.66% -
HSV(B) 312.2º 0.53% 0.91% -
XYZ 49.46 32.17 62 -
YUV 155.95 156.25 181.53 -
System Red Green Blue C M Y K H S L
Decimal 231 108 206 0 0.53 0.11 0.09 312.2 0.72 0.66
Hex E7 6C CE 0 35 B 9 138 48 42
Octal 347 154 316 0 65 13 11 470 110 102
Binary 11100111 1101100 11001110 0 110101 1011 1001 100111000 1001000 1000010

Color Harmonies of #E76CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76CCE

Black with #E76CCE

Text Example


Text Example

White with #E76CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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