Html Css Color HEX #E06AC7 Orchid

📋 copy color: '#E06AC7'

red 224 ◦ green 106 ◦ blue 199

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

Shades of Orchid #E06AC7

Tints of Orchid #E06AC7

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.04%

 BLUE value IS 199 (78.13% from 255) = 37.62%

R = 42.34%
G = 20.04%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#E06AC7 (or 0xE06AC7) is known color: Orchid. HEX triplet: E0, 6A and C7. RGB value is (224,106,199). Sum of RGB (Red+Green+Blue) = 224+106+199=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 106 (41.80% from 255 or 20.04% from 529); Blue value is 199 (78.12% from 255 or 37.62% from 529); Max value from RGB is 224 - color contains mainly: red. Hex color #E06AC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06AC7 is #1F9538. Grayscale: #979797. Windows color (decimal): -2069817 or 13069024. OLE color: 13069024.

HSL color Cylindrical-coordinate representation of color #E06AC7: hue angle of 312.71º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E06AC7 is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 106 199 -
CMYK 0 0.53 0.11 0.12
HSL 312.71º 0.66% 0.65% -
HSV(B) 312.71º 0.53% 0.88% -
XYZ 46.2 30.28 57.44 -
YUV 151.88 154.59 179.44 -
System Red Green Blue C M Y K H S L
Decimal 224 106 199 0 0.53 0.11 0.12 312.71 0.66 0.65
Hex E0 6A C7 0 35 B C 139 42 41
Octal 340 152 307 0 65 13 14 471 102 101
Binary 11100000 1101010 11000111 0 110101 1011 1100 100111001 1000010 1000001

Color Harmonies of #E06AC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06AC7

Black with #E06AC7

Text Example


Text Example

White with #E06AC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06AC7; }

 p { color: rgb(224,106,199); }

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

background-color css

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

 a { background-color: rgb(224,106,199); }

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

border-color css

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

 span { border-color: rgb(224,106,199); }

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