Html Css Color HEX #E06FCE Orchid

📋 copy color: '#E06FCE'

red 224 ◦ green 111 ◦ blue 206

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

Shades of Orchid #E06FCE

Tints of Orchid #E06FCE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.52%

 BLUE value IS 206 (80.86% from 255) = 38.08%

R = 41.4%
G = 20.52%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E06FCE (or 0xE06FCE) is known color: Orchid. HEX triplet: E0, 6F and CE. RGB value is (224,111,206). Sum of RGB (Red+Green+Blue) = 224+111+206=541 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.40% from 541); Green value is 111 (43.75% from 255 or 20.52% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 224 - color contains mainly: red. Hex color #E06FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06FCE is #1F9031. Grayscale: #9B9B9B. Windows color (decimal): -2068530 or 13529056. OLE color: 13529056.

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

Color convert

RGB 224 111 206 -
CMYK 0 0.50 0.08 0.12
HSL 309.56º 0.65% 0.66% -
HSV(B) 309.56º 0.5% 0.88% -
XYZ 47.57 31.67 62 -
YUV 155.62 156.44 176.78 -
System Red Green Blue C M Y K H S L
Decimal 224 111 206 0 0.50 0.08 0.12 309.56 0.65 0.66
Hex E0 6F CE 0 32 8 C 136 41 42
Octal 340 157 316 0 62 10 14 466 101 102
Binary 11100000 1101111 11001110 0 110010 1000 1100 100110110 1000001 1000010

Color Harmonies of #E06FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06FCE

Black with #E06FCE

Text Example


Text Example

White with #E06FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06FCE; }

 p { color: rgb(224,111,206); }

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

background-color css

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

 a { background-color: rgb(224,111,206); }

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

border-color css

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

 span { border-color: rgb(224,111,206); }

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