Html Css Color HEX #E073CD Orchid

📋 copy color: '#E073CD'

red 224 ◦ green 115 ◦ blue 205

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

Shades of Orchid #E073CD

Tints of Orchid #E073CD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.14%

 BLUE value IS 205 (80.47% from 255) = 37.68%

R = 41.18%
G = 21.14%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E073CD (or 0xE073CD) is known color: Orchid. HEX triplet: E0, 73 and CD. RGB value is (224,115,205). Sum of RGB (Red+Green+Blue) = 224+115+205=544 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.18% from 544); Green value is 115 (45.31% from 255 or 21.14% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 224 - color contains mainly: red. Hex color #E073CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E073CD is #1F8C32. Grayscale: #9D9D9D. Windows color (decimal): -2067507 or 13464544. OLE color: 13464544.

HSL color Cylindrical-coordinate representation of color #E073CD: hue angle of 310.46º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E073CD is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 115 205 -
CMYK 0 0.49 0.08 0.12
HSL 310.46º 0.64% 0.66% -
HSV(B) 310.46º 0.49% 0.88% -
XYZ 47.89 32.52 61.51 -
YUV 157.85 154.61 175.18 -
System Red Green Blue C M Y K H S L
Decimal 224 115 205 0 0.49 0.08 0.12 310.46 0.64 0.66
Hex E0 73 CD 0 31 8 C 136 40 42
Octal 340 163 315 0 61 10 14 466 100 102
Binary 11100000 1110011 11001101 0 110001 1000 1100 100110110 1000000 1000010

Color Harmonies of #E073CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E073CD

Black with #E073CD

Text Example


Text Example

White with #E073CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E073CD; }

 p { color: rgb(224,115,205); }

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

background-color css

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

 a { background-color: rgb(224,115,205); }

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

border-color css

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

 span { border-color: rgb(224,115,205); }

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