Html Css Color HEX #E07CDF Orchid

📋 copy color: '#E07CDF'

red 224 ◦ green 124 ◦ blue 223

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

Shades of Orchid #E07CDF

Tints of Orchid #E07CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.05%

R = 39.23%
G = 21.72%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#E07CDF (or 0xE07CDF) is known color: Orchid. HEX triplet: E0, 7C and DF. RGB value is (224,124,223). Sum of RGB (Red+Green+Blue) = 224+124+223=571 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.23% from 571); Green value is 124 (48.83% from 255 or 21.72% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 224 - color contains mainly: red. Hex color #E07CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07CDF is #1F8320. Grayscale: #A4A4A4. Windows color (decimal): -2065185 or 14646496. OLE color: 14646496.

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

Color convert

RGB 224 124 223 -
CMYK 0 0.45 0.00 0.12
HSL 300.6º 0.62% 0.68% -
HSV(B) 300.6º 0.45% 0.88% -
XYZ 51.27 35.59 73.98 -
YUV 165.19 160.63 169.95 -
System Red Green Blue C M Y K H S L
Decimal 224 124 223 0 0.45 0.00 0.12 300.6 0.62 0.68
Hex E0 7C DF 0 2D 0 C 12D 3E 44
Octal 340 174 337 0 55 0 14 455 76 104
Binary 11100000 1111100 11011111 0 101101 0 1100 100101101 111110 1000100

Color Harmonies of #E07CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07CDF

Black with #E07CDF

Text Example


Text Example

White with #E07CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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