Html Css Color HEX #E07FCE Orchid

📋 copy color: '#E07FCE'

red 224 ◦ green 127 ◦ blue 206

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

Shades of Orchid #E07FCE

Tints of Orchid #E07FCE

RGB

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

 GREEN value IS 127 (50% from 255) = 22.8%

 BLUE value IS 206 (80.86% from 255) = 36.98%

R = 40.22%
G = 22.8%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E07FCE (or 0xE07FCE) is known color: Orchid. HEX triplet: E0, 7F and CE. RGB value is (224,127,206). Sum of RGB (Red+Green+Blue) = 224+127+206=557 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.22% from 557); Green value is 127 (50% from 255 or 22.80% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 224 - color contains mainly: red. Hex color #E07FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07FCE is #1F8031. Grayscale: #A4A4A4. Windows color (decimal): -2064434 or 13533152. OLE color: 13533152.

HSL color Cylindrical-coordinate representation of color #E07FCE: hue angle of 311.13º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E07FCE is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 127 206 -
CMYK 0 0.43 0.08 0.12
HSL 311.13º 0.61% 0.69% -
HSV(B) 311.13º 0.43% 0.88% -
XYZ 49.47 35.48 62.63 -
YUV 165.01 151.14 170.08 -
System Red Green Blue C M Y K H S L
Decimal 224 127 206 0 0.43 0.08 0.12 311.13 0.61 0.69
Hex E0 7F CE 0 2B 8 C 137 3D 45
Octal 340 177 316 0 53 10 14 467 75 105
Binary 11100000 1111111 11001110 0 101011 1000 1100 100110111 111101 1000101

Color Harmonies of #E07FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07FCE

Black with #E07FCE

Text Example


Text Example

White with #E07FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07FCE; }

 p { color: rgb(224,127,206); }

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

background-color css

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

 a { background-color: rgb(224,127,206); }

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

border-color css

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

 span { border-color: rgb(224,127,206); }

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