Html Css Color HEX #E071CD Orchid

📋 copy color: '#E071CD'

red 224 ◦ green 113 ◦ blue 205

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

Shades of Orchid #E071CD

Tints of Orchid #E071CD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.85%

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

R = 41.33%
G = 20.85%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E071CD (or 0xE071CD) is known color: Orchid. HEX triplet: E0, 71 and CD. RGB value is (224,113,205). Sum of RGB (Red+Green+Blue) = 224+113+205=542 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.33% from 542); Green value is 113 (44.53% from 255 or 20.85% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 224 - color contains mainly: red. Hex color #E071CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E071CD is #1F8E32. Grayscale: #9C9C9C. Windows color (decimal): -2068019 or 13464032. OLE color: 13464032.

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

Color convert

RGB 224 113 205 -
CMYK 0 0.50 0.08 0.12
HSL 310.27º 0.64% 0.66% -
HSV(B) 310.27º 0.5% 0.88% -
XYZ 47.67 32.07 61.43 -
YUV 156.68 155.27 176.02 -
System Red Green Blue C M Y K H S L
Decimal 224 113 205 0 0.50 0.08 0.12 310.27 0.64 0.66
Hex E0 71 CD 0 32 8 C 136 40 42
Octal 340 161 315 0 62 10 14 466 100 102
Binary 11100000 1110001 11001101 0 110010 1000 1100 100110110 1000000 1000010

Color Harmonies of #E071CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E071CD

Black with #E071CD

Text Example


Text Example

White with #E071CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E071CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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