Html Css Color HEX #E77CCD Orchid

📋 copy color: '#E77CCD'

red 231 ◦ green 124 ◦ blue 205

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

Shades of Orchid #E77CCD

Tints of Orchid #E77CCD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.14%

 BLUE value IS 205 (80.47% from 255) = 36.61%

R = 41.25%
G = 22.14%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E77CCD (or 0xE77CCD) is known color: Orchid. HEX triplet: E7, 7C and CD. RGB value is (231,124,205). Sum of RGB (Red+Green+Blue) = 231+124+205=560 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.25% from 560); Green value is 124 (48.83% from 255 or 22.14% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 231 - color contains mainly: red. Hex color #E77CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77CCD is #188332. Grayscale: #A5A5A5. Windows color (decimal): -1606451 or 13466855. OLE color: 13466855.

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

Color convert

RGB 231 124 205 -
CMYK 0 0.46 0.11 0.09
HSL 314.58º 0.69% 0.7% -
HSV(B) 314.58º 0.46% 0.91% -
XYZ 51.18 35.81 61.97 -
YUV 165.23 150.45 174.91 -
System Red Green Blue C M Y K H S L
Decimal 231 124 205 0 0.46 0.11 0.09 314.58 0.69 0.7
Hex E7 7C CD 0 2E B 9 13B 45 46
Octal 347 174 315 0 56 13 11 473 105 106
Binary 11100111 1111100 11001101 0 101110 1011 1001 100111011 1000101 1000110

Color Harmonies of #E77CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77CCD

Black with #E77CCD

Text Example


Text Example

White with #E77CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77CCD; }

 p { color: rgb(231,124,205); }

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

background-color css

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

 a { background-color: rgb(231,124,205); }

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

border-color css

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

 span { border-color: rgb(231,124,205); }

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