Html Css Color HEX #E077CC Orchid

📋 copy color: '#E077CC'

red 224 ◦ green 119 ◦ blue 204

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

Shades of Orchid #E077CC

Tints of Orchid #E077CC

RGB

 RED value IS 224 (87.89% from 255) = 40.95%

 GREEN value IS 119 (46.88% from 255) = 21.76%

 BLUE value IS 204 (80.08% from 255) = 37.29%

R = 40.95%
G = 21.76%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E077CC (or 0xE077CC) is known color: Orchid. HEX triplet: E0, 77 and CC. RGB value is (224,119,204). Sum of RGB (Red+Green+Blue) = 224+119+204=547 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.95% from 547); Green value is 119 (46.88% from 255 or 21.76% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 224 - color contains mainly: red. Hex color #E077CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E077CC is #1F8833. Grayscale: #9F9F9F. Windows color (decimal): -2066484 or 13400032. OLE color: 13400032.

HSL color Cylindrical-coordinate representation of color #E077CC: hue angle of 311.43º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E077CC is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 119 204 -
CMYK 0 0.47 0.09 0.12
HSL 311.43º 0.63% 0.67% -
HSV(B) 311.43º 0.47% 0.88% -
XYZ 48.24 33.4 61.03 -
YUV 160.09 152.79 173.59 -
System Red Green Blue C M Y K H S L
Decimal 224 119 204 0 0.47 0.09 0.12 311.43 0.63 0.67
Hex E0 77 CC 0 2F 9 C 137 3F 43
Octal 340 167 314 0 57 11 14 467 77 103
Binary 11100000 1110111 11001100 0 101111 1001 1100 100110111 111111 1000011

Color Harmonies of #E077CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E077CC

Black with #E077CC

Text Example


Text Example

White with #E077CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E077CC; }

 p { color: rgb(224,119,204); }

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

background-color css

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

 a { background-color: rgb(224,119,204); }

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

border-color css

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

 span { border-color: rgb(224,119,204); }

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