Html Css Color HEX #E07FCF Orchid

📋 copy color: '#E07FCF'

red 224 ◦ green 127 ◦ blue 207

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

Shades of Orchid #E07FCF

Tints of Orchid #E07FCF

RGB

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

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

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

R = 40.14%
G = 22.76%
B = 37.1%

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

#E07FCF (or 0xE07FCF) is known color: Orchid. HEX triplet: E0, 7F and CF. RGB value is (224,127,207). Sum of RGB (Red+Green+Blue) = 224+127+207=558 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.14% from 558); Green value is 127 (50% from 255 or 22.76% from 558); Blue value is 207 (81.25% from 255 or 37.10% from 558); Max value from RGB is 224 - color contains mainly: red. Hex color #E07FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07FCF is #1F8030. Grayscale: #A4A4A4. Windows color (decimal): -2064433 or 13598688. OLE color: 13598688.

HSL color Cylindrical-coordinate representation of color #E07FCF: hue angle of 310.52º 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 #E07FCF is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 127 207 -
CMYK 0 0.43 0.08 0.12
HSL 310.52º 0.61% 0.69% -
HSV(B) 310.52º 0.43% 0.88% -
XYZ 49.59 35.53 63.28 -
YUV 165.12 151.64 170 -
System Red Green Blue C M Y K H S L
Decimal 224 127 207 0 0.43 0.08 0.12 310.52 0.61 0.69
Hex E0 7F CF 0 2B 8 C 137 3D 45
Octal 340 177 317 0 53 10 14 467 75 105
Binary 11100000 1111111 11001111 0 101011 1000 1100 100110111 111101 1000101

Color Harmonies of #E07FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07FCF

Black with #E07FCF

Text Example


Text Example

White with #E07FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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