Html Css Color HEX #E76FCE Orchid

📋 copy color: '#E76FCE'

red 231 ◦ green 111 ◦ blue 206

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

Shades of Orchid #E76FCE

Tints of Orchid #E76FCE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.26%

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

R = 42.15%
G = 20.26%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E76FCE (or 0xE76FCE) is known color: Orchid. HEX triplet: E7, 6F and CE. RGB value is (231,111,206). Sum of RGB (Red+Green+Blue) = 231+111+206=548 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.15% from 548); Green value is 111 (43.75% from 255 or 20.26% from 548); Blue value is 206 (80.86% from 255 or 37.59% from 548); Max value from RGB is 231 - color contains mainly: red. Hex color #E76FCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76FCE is #189031. Grayscale: #9D9D9D. Windows color (decimal): -1609778 or 13529063. OLE color: 13529063.

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

Color convert

RGB 231 111 206 -
CMYK 0 0.52 0.11 0.09
HSL 312.5º 0.71% 0.67% -
HSV(B) 312.5º 0.52% 0.91% -
XYZ 49.78 32.81 62.1 -
YUV 157.71 155.26 180.28 -
System Red Green Blue C M Y K H S L
Decimal 231 111 206 0 0.52 0.11 0.09 312.5 0.71 0.67
Hex E7 6F CE 0 34 B 9 138 47 43
Octal 347 157 316 0 64 13 11 470 107 103
Binary 11100111 1101111 11001110 0 110100 1011 1001 100111000 1000111 1000011

Color Harmonies of #E76FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76FCE

Black with #E76FCE

Text Example


Text Example

White with #E76FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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