Html Css Color HEX #E084CE Orchid

📋 copy color: '#E084CE'

red 224 ◦ green 132 ◦ blue 206

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

Shades of Orchid #E084CE

Tints of Orchid #E084CE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.49%

 BLUE value IS 206 (80.86% from 255) = 36.65%

R = 39.86%
G = 23.49%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E084CE (or 0xE084CE) is known color: Orchid. HEX triplet: E0, 84 and CE. RGB value is (224,132,206). Sum of RGB (Red+Green+Blue) = 224+132+206=562 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.86% from 562); Green value is 132 (51.95% from 255 or 23.49% from 562); Blue value is 206 (80.86% from 255 or 36.65% from 562); Max value from RGB is 224 - color contains mainly: red. Hex color #E084CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E084CE is #1F7B31. Grayscale: #A7A7A7. Windows color (decimal): -2063154 or 13534432. OLE color: 13534432.

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

Color convert

RGB 224 132 206 -
CMYK 0 0.41 0.08 0.12
HSL 311.74º 0.6% 0.7% -
HSV(B) 311.74º 0.41% 0.88% -
XYZ 50.13 36.81 62.85 -
YUV 167.94 149.48 167.98 -
System Red Green Blue C M Y K H S L
Decimal 224 132 206 0 0.41 0.08 0.12 311.74 0.6 0.7
Hex E0 84 CE 0 29 8 C 138 3C 46
Octal 340 204 316 0 51 10 14 470 74 106
Binary 11100000 10000100 11001110 0 101001 1000 1100 100111000 111100 1000110

Color Harmonies of #E084CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E084CE

Black with #E084CE

Text Example


Text Example

White with #E084CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E084CE; }

 p { color: rgb(224,132,206); }

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

background-color css

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

 a { background-color: rgb(224,132,206); }

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

border-color css

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

 span { border-color: rgb(224,132,206); }

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