Html Css Color HEX #E06ADC Orchid

📋 copy color: '#E06ADC'

red 224 ◦ green 106 ◦ blue 220

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

Shades of Orchid #E06ADC

Tints of Orchid #E06ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40%

R = 40.73%
G = 19.27%
B = 40%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E06ADC (or 0xE06ADC) is known color: Orchid. HEX triplet: E0, 6A and DC. RGB value is (224,106,220). Sum of RGB (Red+Green+Blue) = 224+106+220=550 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.73% from 550); Green value is 106 (41.80% from 255 or 19.27% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 224 - color contains mainly: red. Hex color #E06ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06ADC is #1F9523. Grayscale: #999999. Windows color (decimal): -2069796 or 14445280. OLE color: 14445280.

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

Color convert

RGB 224 106 220 -
CMYK 0 0.53 0.02 0.12
HSL 302.03º 0.66% 0.65% -
HSV(B) 302.03º 0.53% 0.88% -
XYZ 48.81 31.32 71.18 -
YUV 154.28 165.09 177.73 -
System Red Green Blue C M Y K H S L
Decimal 224 106 220 0 0.53 0.02 0.12 302.03 0.66 0.65
Hex E0 6A DC 0 35 2 C 12E 42 41
Octal 340 152 334 0 65 2 14 456 102 101
Binary 11100000 1101010 11011100 0 110101 10 1100 100101110 1000010 1000001

Color Harmonies of #E06ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06ADC

Black with #E06ADC

Text Example


Text Example

White with #E06ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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