Html Css Color HEX #E07CD0 Orchid

📋 copy color: '#E07CD0'

red 224 ◦ green 124 ◦ blue 208

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

Shades of Orchid #E07CD0

Tints of Orchid #E07CD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.41%

R = 40.29%
G = 22.3%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E07CD0 (or 0xE07CD0) is known color: Orchid. HEX triplet: E0, 7C and D0. RGB value is (224,124,208). Sum of RGB (Red+Green+Blue) = 224+124+208=556 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.29% from 556); Green value is 124 (48.83% from 255 or 22.30% from 556); Blue value is 208 (81.64% from 255 or 37.41% from 556); Max value from RGB is 224 - color contains mainly: red. Hex color #E07CD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07CD0 is #1F832F. Grayscale: #A3A3A3. Windows color (decimal): -2065200 or 13663456. OLE color: 13663456.

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

Color convert

RGB 224 124 208 -
CMYK 0 0.45 0.07 0.12
HSL 309.6º 0.62% 0.68% -
HSV(B) 309.6º 0.45% 0.88% -
XYZ 49.33 34.82 63.79 -
YUV 163.48 153.13 171.17 -
System Red Green Blue C M Y K H S L
Decimal 224 124 208 0 0.45 0.07 0.12 309.6 0.62 0.68
Hex E0 7C D0 0 2D 7 C 136 3E 44
Octal 340 174 320 0 55 7 14 466 76 104
Binary 11100000 1111100 11010000 0 101101 111 1100 100110110 111110 1000100

Color Harmonies of #E07CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07CD0

Black with #E07CD0

Text Example


Text Example

White with #E07CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07CD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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