Html Css Color HEX #E76CCF Orchid

📋 copy color: '#E76CCF'

red 231 ◦ green 108 ◦ blue 207

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

Shades of Orchid #E76CCF

Tints of Orchid #E76CCF

RGB

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

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

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

R = 42.31%
G = 19.78%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E76CCF (or 0xE76CCF) is known color: Orchid. HEX triplet: E7, 6C and CF. RGB value is (231,108,207). Sum of RGB (Red+Green+Blue) = 231+108+207=546 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.31% from 546); Green value is 108 (42.58% from 255 or 19.78% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 231 - color contains mainly: red. Hex color #E76CCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76CCF is #189330. Grayscale: #9B9B9B. Windows color (decimal): -1610545 or 13593831. OLE color: 13593831.

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

Color convert

RGB 231 108 207 -
CMYK 0 0.53 0.10 0.09
HSL 311.71º 0.72% 0.66% -
HSV(B) 311.71º 0.53% 0.91% -
XYZ 49.58 32.22 62.64 -
YUV 156.06 156.75 181.45 -
System Red Green Blue C M Y K H S L
Decimal 231 108 207 0 0.53 0.10 0.09 311.71 0.72 0.66
Hex E7 6C CF 0 35 A 9 138 48 42
Octal 347 154 317 0 65 12 11 470 110 102
Binary 11100111 1101100 11001111 0 110101 1010 1001 100111000 1001000 1000010

Color Harmonies of #E76CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76CCF

Black with #E76CCF

Text Example


Text Example

White with #E76CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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