Html Css Color HEX #E07CD8 Orchid

📋 copy color: '#E07CD8'

red 224 ◦ green 124 ◦ blue 216

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

Shades of Orchid #E07CD8

Tints of Orchid #E07CD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.3%

R = 39.72%
G = 21.99%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E07CD8 (or 0xE07CD8) is known color: Orchid. HEX triplet: E0, 7C and D8. RGB value is (224,124,216). Sum of RGB (Red+Green+Blue) = 224+124+216=564 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.72% from 564); Green value is 124 (48.83% from 255 or 21.99% from 564); Blue value is 216 (84.77% from 255 or 38.30% from 564); Max value from RGB is 224 - color contains mainly: red. Hex color #E07CD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07CD8 is #1F8327. Grayscale: #A4A4A4. Windows color (decimal): -2065192 or 14187744. OLE color: 14187744.

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

Color convert

RGB 224 124 216 -
CMYK 0 0.45 0.04 0.12
HSL 304.8º 0.62% 0.68% -
HSV(B) 304.8º 0.45% 0.88% -
XYZ 50.34 35.22 69.11 -
YUV 164.39 157.13 170.52 -
System Red Green Blue C M Y K H S L
Decimal 224 124 216 0 0.45 0.04 0.12 304.8 0.62 0.68
Hex E0 7C D8 0 2D 4 C 131 3E 44
Octal 340 174 330 0 55 4 14 461 76 104
Binary 11100000 1111100 11011000 0 101101 100 1100 100110001 111110 1000100

Color Harmonies of #E07CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07CD8

Black with #E07CD8

Text Example


Text Example

White with #E07CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07CD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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