Html Css Color HEX #E07FC9 Orchid

📋 copy color: '#E07FC9'

red 224 ◦ green 127 ◦ blue 201

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

Shades of Orchid #E07FC9

Tints of Orchid #E07FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.41%

R = 40.58%
G = 23.01%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E07FC9 (or 0xE07FC9) is known color: Orchid. HEX triplet: E0, 7F and C9. RGB value is (224,127,201). Sum of RGB (Red+Green+Blue) = 224+127+201=552 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.58% from 552); Green value is 127 (50% from 255 or 23.01% from 552); Blue value is 201 (78.91% from 255 or 36.41% from 552); Max value from RGB is 224 - color contains mainly: red. Hex color #E07FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07FC9 is #1F8036. Grayscale: #A4A4A4. Windows color (decimal): -2064439 or 13205472. OLE color: 13205472.

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

Color convert

RGB 224 127 201 -
CMYK 0 0.43 0.10 0.12
HSL 314.23º 0.61% 0.69% -
HSV(B) 314.23º 0.43% 0.88% -
XYZ 48.87 35.24 59.49 -
YUV 164.44 148.64 170.48 -
System Red Green Blue C M Y K H S L
Decimal 224 127 201 0 0.43 0.10 0.12 314.23 0.61 0.69
Hex E0 7F C9 0 2B A C 13A 3D 45
Octal 340 177 311 0 53 12 14 472 75 105
Binary 11100000 1111111 11001001 0 101011 1010 1100 100111010 111101 1000101

Color Harmonies of #E07FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07FC9

Black with #E07FC9

Text Example


Text Example

White with #E07FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07FC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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