Html Css Color HEX #E07CCA Orchid

📋 copy color: '#E07CCA'

red 224 ◦ green 124 ◦ blue 202

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

Shades of Orchid #E07CCA

Tints of Orchid #E07CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.73%

R = 40.73%
G = 22.55%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E07CCA (or 0xE07CCA) is known color: Orchid. HEX triplet: E0, 7C and CA. RGB value is (224,124,202). Sum of RGB (Red+Green+Blue) = 224+124+202=550 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.73% from 550); Green value is 124 (48.83% from 255 or 22.55% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 224 - color contains mainly: red. Hex color #E07CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07CCA is #1F8335. Grayscale: #A2A2A2. Windows color (decimal): -2065206 or 13270240. OLE color: 13270240.

HSL color Cylindrical-coordinate representation of color #E07CCA: hue angle of 313.2º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E07CCA is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 124 202 -
CMYK 0 0.45 0.10 0.12
HSL 313.2º 0.62% 0.68% -
HSV(B) 313.2º 0.45% 0.88% -
XYZ 48.61 34.53 59.98 -
YUV 162.79 150.13 171.66 -
System Red Green Blue C M Y K H S L
Decimal 224 124 202 0 0.45 0.10 0.12 313.2 0.62 0.68
Hex E0 7C CA 0 2D A C 139 3E 44
Octal 340 174 312 0 55 12 14 471 76 104
Binary 11100000 1111100 11001010 0 101101 1010 1100 100111001 111110 1000100

Color Harmonies of #E07CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07CCA

Black with #E07CCA

Text Example


Text Example

White with #E07CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07CCA; }

 p { color: rgb(224,124,202); }

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

background-color css

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

 a { background-color: rgb(224,124,202); }

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

border-color css

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

 span { border-color: rgb(224,124,202); }

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