Html Css Color HEX #E07DDF Orchid

📋 copy color: '#E07DDF'

red 224 ◦ green 125 ◦ blue 223

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

Shades of Orchid #E07DDF

Tints of Orchid #E07DDF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.85%

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

R = 39.16%
G = 21.85%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#E07DDF (or 0xE07DDF) is known color: Orchid. HEX triplet: E0, 7D and DF. RGB value is (224,125,223). Sum of RGB (Red+Green+Blue) = 224+125+223=572 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.16% from 572); Green value is 125 (49.22% from 255 or 21.85% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 224 - color contains mainly: red. Hex color #E07DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07DDF is #1F8220. Grayscale: #A5A5A5. Windows color (decimal): -2064929 or 14646752. OLE color: 14646752.

HSL color Cylindrical-coordinate representation of color #E07DDF: hue angle of 300.61º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E07DDF is Cyan = 0, Magento = 0.44, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 125 223 -
CMYK 0 0.44 0.00 0.12
HSL 300.61º 0.61% 0.68% -
HSV(B) 300.61º 0.44% 0.88% -
XYZ 51.39 35.84 74.02 -
YUV 165.77 160.3 169.53 -
System Red Green Blue C M Y K H S L
Decimal 224 125 223 0 0.44 0.00 0.12 300.61 0.61 0.68
Hex E0 7D DF 0 2C 0 C 12D 3D 44
Octal 340 175 337 0 54 0 14 455 75 104
Binary 11100000 1111101 11011111 0 101100 0 1100 100101101 111101 1000100

Color Harmonies of #E07DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07DDF

Black with #E07DDF

Text Example


Text Example

White with #E07DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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