Html Css Color HEX #E087CE Orchid

📋 copy color: '#E087CE'

red 224 ◦ green 135 ◦ blue 206

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

Shades of Orchid #E087CE

Tints of Orchid #E087CE

RGB

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

 GREEN value IS 135 (53.13% from 255) = 23.89%

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

R = 39.65%
G = 23.89%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E087CE (or 0xE087CE) is known color: Orchid. HEX triplet: E0, 87 and CE. RGB value is (224,135,206). Sum of RGB (Red+Green+Blue) = 224+135+206=565 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.65% from 565); Green value is 135 (53.12% from 255 or 23.89% from 565); Blue value is 206 (80.86% from 255 or 36.46% from 565); Max value from RGB is 224 - color contains mainly: red. Hex color #E087CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E087CE is #1F7831. Grayscale: #A9A9A9. Windows color (decimal): -2062386 or 13535200. OLE color: 13535200.

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

Color convert

RGB 224 135 206 -
CMYK 0 0.40 0.08 0.12
HSL 312.13º 0.59% 0.7% -
HSV(B) 312.13º 0.4% 0.88% -
XYZ 50.55 37.63 62.99 -
YUV 169.71 148.49 166.73 -
System Red Green Blue C M Y K H S L
Decimal 224 135 206 0 0.40 0.08 0.12 312.13 0.59 0.7
Hex E0 87 CE 0 28 8 C 138 3B 46
Octal 340 207 316 0 50 10 14 470 73 106
Binary 11100000 10000111 11001110 0 101000 1000 1100 100111000 111011 1000110

Color Harmonies of #E087CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E087CE

Black with #E087CE

Text Example


Text Example

White with #E087CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E087CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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