Html Css Color HEX #E087CD Orchid

📋 copy color: '#E087CD'

red 224 ◦ green 135 ◦ blue 205

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

Shades of Orchid #E087CD

Tints of Orchid #E087CD

RGB

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

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

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

R = 39.72%
G = 23.94%
B = 36.35%

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

#E087CD (or 0xE087CD) is known color: Orchid. HEX triplet: E0, 87 and CD. RGB value is (224,135,205). Sum of RGB (Red+Green+Blue) = 224+135+205=564 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.72% from 564); Green value is 135 (53.12% from 255 or 23.94% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 224 - color contains mainly: red. Hex color #E087CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E087CD is #1F7832. Grayscale: #A9A9A9. Windows color (decimal): -2062387 or 13469664. OLE color: 13469664.

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

Color convert

RGB 224 135 205 -
CMYK 0 0.40 0.08 0.12
HSL 312.81º 0.59% 0.7% -
HSV(B) 312.81º 0.4% 0.88% -
XYZ 50.42 37.58 62.35 -
YUV 169.59 147.99 166.81 -
System Red Green Blue C M Y K H S L
Decimal 224 135 205 0 0.40 0.08 0.12 312.81 0.59 0.7
Hex E0 87 CD 0 28 8 C 139 3B 46
Octal 340 207 315 0 50 10 14 471 73 106
Binary 11100000 10000111 11001101 0 101000 1000 1100 100111001 111011 1000110

Color Harmonies of #E087CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E087CD

Black with #E087CD

Text Example


Text Example

White with #E087CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E087CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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