Html Css Color HEX #E07FDA Orchid

📋 copy color: '#E07FDA'

red 224 ◦ green 127 ◦ blue 218

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

Shades of Orchid #E07FDA

Tints of Orchid #E07FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.31%

R = 39.37%
G = 22.32%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E07FDA (or 0xE07FDA) is known color: Orchid. HEX triplet: E0, 7F and DA. RGB value is (224,127,218). Sum of RGB (Red+Green+Blue) = 224+127+218=569 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.37% from 569); Green value is 127 (50% from 255 or 22.32% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 224 - color contains mainly: red. Hex color #E07FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07FDA is #1F8025. Grayscale: #A6A6A6. Windows color (decimal): -2064422 or 14319584. OLE color: 14319584.

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

Color convert

RGB 224 127 218 -
CMYK 0 0.43 0.03 0.12
HSL 303.71º 0.61% 0.69% -
HSV(B) 303.71º 0.43% 0.88% -
XYZ 50.98 36.09 70.61 -
YUV 166.38 157.14 169.1 -
System Red Green Blue C M Y K H S L
Decimal 224 127 218 0 0.43 0.03 0.12 303.71 0.61 0.69
Hex E0 7F DA 0 2B 3 C 130 3D 45
Octal 340 177 332 0 53 3 14 460 75 105
Binary 11100000 1111111 11011010 0 101011 11 1100 100110000 111101 1000101

Color Harmonies of #E07FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07FDA

Black with #E07FDA

Text Example


Text Example

White with #E07FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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