Html Css Color HEX #E06AD7 Orchid

📋 copy color: '#E06AD7'

red 224 ◦ green 106 ◦ blue 215

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

Shades of Orchid #E06AD7

Tints of Orchid #E06AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.45%

R = 41.1%
G = 19.45%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E06AD7 (or 0xE06AD7) is known color: Orchid. HEX triplet: E0, 6A and D7. RGB value is (224,106,215). Sum of RGB (Red+Green+Blue) = 224+106+215=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 106 (41.80% from 255 or 19.45% from 545); Blue value is 215 (84.38% from 255 or 39.45% from 545); Max value from RGB is 224 - color contains mainly: red. Hex color #E06AD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06AD7 is #1F9528. Grayscale: #999999. Windows color (decimal): -2069801 or 14117600. OLE color: 14117600.

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

Color convert

RGB 224 106 215 -
CMYK 0 0.53 0.04 0.12
HSL 304.58º 0.66% 0.65% -
HSV(B) 304.58º 0.53% 0.88% -
XYZ 48.16 31.06 67.75 -
YUV 153.71 162.59 178.14 -
System Red Green Blue C M Y K H S L
Decimal 224 106 215 0 0.53 0.04 0.12 304.58 0.66 0.65
Hex E0 6A D7 0 35 4 C 131 42 41
Octal 340 152 327 0 65 4 14 461 102 101
Binary 11100000 1101010 11010111 0 110101 100 1100 100110001 1000010 1000001

Color Harmonies of #E06AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06AD7

Black with #E06AD7

Text Example


Text Example

White with #E06AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06AD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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