Html Css Color HEX #E07CD7 Orchid

📋 copy color: '#E07CD7'

red 224 ◦ green 124 ◦ blue 215

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

Shades of Orchid #E07CD7

Tints of Orchid #E07CD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.19%

R = 39.79%
G = 22.02%
B = 38.19%

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

#E07CD7 (or 0xE07CD7) is known color: Orchid. HEX triplet: E0, 7C and D7. RGB value is (224,124,215). Sum of RGB (Red+Green+Blue) = 224+124+215=563 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.79% from 563); Green value is 124 (48.83% from 255 or 22.02% from 563); Blue value is 215 (84.38% from 255 or 38.19% from 563); Max value from RGB is 224 - color contains mainly: red. Hex color #E07CD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07CD7 is #1F8328. Grayscale: #A4A4A4. Windows color (decimal): -2065193 or 14122208. OLE color: 14122208.

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

Color convert

RGB 224 124 215 -
CMYK 0 0.45 0.04 0.12
HSL 305.4º 0.62% 0.68% -
HSV(B) 305.4º 0.45% 0.88% -
XYZ 50.21 35.17 68.43 -
YUV 164.27 156.63 170.6 -
System Red Green Blue C M Y K H S L
Decimal 224 124 215 0 0.45 0.04 0.12 305.4 0.62 0.68
Hex E0 7C D7 0 2D 4 C 131 3E 44
Octal 340 174 327 0 55 4 14 461 76 104
Binary 11100000 1111100 11010111 0 101101 100 1100 100110001 111110 1000100

Color Harmonies of #E07CD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07CD7

Black with #E07CD7

Text Example


Text Example

White with #E07CD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07CD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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