Html Css Color HEX #E07DDC Orchid

📋 copy color: '#E07DDC'

red 224 ◦ green 125 ◦ blue 220

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

Shades of Orchid #E07DDC

Tints of Orchid #E07DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.66%

R = 39.37%
G = 21.97%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E07DDC (or 0xE07DDC) is known color: Orchid. HEX triplet: E0, 7D and DC. RGB value is (224,125,220). Sum of RGB (Red+Green+Blue) = 224+125+220=569 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.37% from 569); Green value is 125 (49.22% from 255 or 21.97% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 224 - color contains mainly: red. Hex color #E07DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07DDC is #1F8223. Grayscale: #A5A5A5. Windows color (decimal): -2064932 or 14450144. OLE color: 14450144.

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

Color convert

RGB 224 125 220 -
CMYK 0 0.44 0.02 0.12
HSL 302.42º 0.61% 0.68% -
HSV(B) 302.42º 0.44% 0.88% -
XYZ 50.99 35.68 71.91 -
YUV 165.43 158.8 169.78 -
System Red Green Blue C M Y K H S L
Decimal 224 125 220 0 0.44 0.02 0.12 302.42 0.61 0.68
Hex E0 7D DC 0 2C 2 C 12E 3D 44
Octal 340 175 334 0 54 2 14 456 75 104
Binary 11100000 1111101 11011100 0 101100 10 1100 100101110 111101 1000100

Color Harmonies of #E07DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07DDC

Black with #E07DDC

Text Example


Text Example

White with #E07DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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