Html Css Color HEX #E76DCF Orchid

📋 copy color: '#E76DCF'

red 231 ◦ green 109 ◦ blue 207

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

Shades of Orchid #E76DCF

Tints of Orchid #E76DCF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.93%

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

R = 42.23%
G = 19.93%
B = 37.84%

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

#E76DCF (or 0xE76DCF) is known color: Orchid. HEX triplet: E7, 6D and CF. RGB value is (231,109,207). Sum of RGB (Red+Green+Blue) = 231+109+207=547 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.23% from 547); Green value is 109 (42.97% from 255 or 19.93% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 231 - color contains mainly: red. Hex color #E76DCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76DCF is #189230. Grayscale: #9C9C9C. Windows color (decimal): -1610289 or 13594087. OLE color: 13594087.

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

Color convert

RGB 231 109 207 -
CMYK 0 0.53 0.10 0.09
HSL 311.8º 0.72% 0.67% -
HSV(B) 311.8º 0.53% 0.91% -
XYZ 49.69 32.43 62.67 -
YUV 156.65 156.42 181.03 -
System Red Green Blue C M Y K H S L
Decimal 231 109 207 0 0.53 0.10 0.09 311.8 0.72 0.67
Hex E7 6D CF 0 35 A 9 138 48 43
Octal 347 155 317 0 65 12 11 470 110 103
Binary 11100111 1101101 11001111 0 110101 1010 1001 100111000 1001000 1000011

Color Harmonies of #E76DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76DCF

Black with #E76DCF

Text Example


Text Example

White with #E76DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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