Html Css Color HEX #E76BCF Orchid

📋 copy color: '#E76BCF'

red 231 ◦ green 107 ◦ blue 207

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

Shades of Orchid #E76BCF

Tints of Orchid #E76BCF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.63%

 BLUE value IS 207 (81.25% from 255) = 37.98%

R = 42.39%
G = 19.63%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E76BCF (or 0xE76BCF) is known color: Orchid. HEX triplet: E7, 6B and CF. RGB value is (231,107,207). Sum of RGB (Red+Green+Blue) = 231+107+207=545 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.39% from 545); Green value is 107 (42.19% from 255 or 19.63% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 231 - color contains mainly: red. Hex color #E76BCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76BCF is #189430. Grayscale: #9B9B9B. Windows color (decimal): -1610801 or 13593575. OLE color: 13593575.

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

Color convert

RGB 231 107 207 -
CMYK 0 0.54 0.10 0.09
HSL 311.61º 0.72% 0.66% -
HSV(B) 311.61º 0.54% 0.91% -
XYZ 49.48 32.01 62.6 -
YUV 155.48 157.08 181.87 -
System Red Green Blue C M Y K H S L
Decimal 231 107 207 0 0.54 0.10 0.09 311.61 0.72 0.66
Hex E7 6B CF 0 36 A 9 138 48 42
Octal 347 153 317 0 66 12 11 470 110 102
Binary 11100111 1101011 11001111 0 110110 1010 1001 100111000 1001000 1000010

Color Harmonies of #E76BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76BCF

Black with #E76BCF

Text Example


Text Example

White with #E76BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76BCF; }

 p { color: rgb(231,107,207); }

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

background-color css

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

 a { background-color: rgb(231,107,207); }

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

border-color css

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

 span { border-color: rgb(231,107,207); }

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