Html Css Color HEX #E086CF Orchid

📋 copy color: '#E086CF'

red 224 ◦ green 134 ◦ blue 207

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

Shades of Orchid #E086CF

Tints of Orchid #E086CF

RGB

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

 GREEN value IS 134 (52.73% from 255) = 23.72%

 BLUE value IS 207 (81.25% from 255) = 36.64%

R = 39.65%
G = 23.72%
B = 36.64%

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

#E086CF (or 0xE086CF) is known color: Orchid. HEX triplet: E0, 86 and CF. RGB value is (224,134,207). Sum of RGB (Red+Green+Blue) = 224+134+207=565 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.65% from 565); Green value is 134 (52.73% from 255 or 23.72% from 565); Blue value is 207 (81.25% from 255 or 36.64% from 565); Max value from RGB is 224 - color contains mainly: red. Hex color #E086CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E086CF is #1F7930. Grayscale: #A9A9A9. Windows color (decimal): -2062641 or 13600480. OLE color: 13600480.

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

Color convert

RGB 224 134 207 -
CMYK 0 0.40 0.08 0.12
HSL 311.33º 0.59% 0.7% -
HSV(B) 311.33º 0.4% 0.88% -
XYZ 50.53 37.4 63.59 -
YUV 169.23 149.32 167.06 -
System Red Green Blue C M Y K H S L
Decimal 224 134 207 0 0.40 0.08 0.12 311.33 0.59 0.7
Hex E0 86 CF 0 28 8 C 137 3B 46
Octal 340 206 317 0 50 10 14 467 73 106
Binary 11100000 10000110 11001111 0 101000 1000 1100 100110111 111011 1000110

Color Harmonies of #E086CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E086CF

Black with #E086CF

Text Example


Text Example

White with #E086CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E086CF; }

 p { color: rgb(224,134,207); }

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

background-color css

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

 a { background-color: rgb(224,134,207); }

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

border-color css

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

 span { border-color: rgb(224,134,207); }

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