Html Css Color HEX #E07DDD Orchid

📋 copy color: '#E07DDD'

red 224 ◦ green 125 ◦ blue 221

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

Shades of Orchid #E07DDD

Tints of Orchid #E07DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.77%

R = 39.3%
G = 21.93%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E07DDD (or 0xE07DDD) is known color: Orchid. HEX triplet: E0, 7D and DD. RGB value is (224,125,221). Sum of RGB (Red+Green+Blue) = 224+125+221=570 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.30% from 570); Green value is 125 (49.22% from 255 or 21.93% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 224 - color contains mainly: red. Hex color #E07DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07DDD is #1F8222. Grayscale: #A5A5A5. Windows color (decimal): -2064931 or 14515680. OLE color: 14515680.

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

Color convert

RGB 224 125 221 -
CMYK 0 0.44 0.01 0.12
HSL 301.82º 0.61% 0.68% -
HSV(B) 301.82º 0.44% 0.88% -
XYZ 51.13 35.73 72.61 -
YUV 165.55 159.3 169.69 -
System Red Green Blue C M Y K H S L
Decimal 224 125 221 0 0.44 0.01 0.12 301.82 0.61 0.68
Hex E0 7D DD 0 2C 1 C 12E 3D 44
Octal 340 175 335 0 54 1 14 456 75 104
Binary 11100000 1111101 11011101 0 101100 1 1100 100101110 111101 1000100

Color Harmonies of #E07DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07DDD

Black with #E07DDD

Text Example


Text Example

White with #E07DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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