Html Css Color HEX #E06FD6 Orchid

📋 copy color: '#E06FD6'

red 224 ◦ green 111 ◦ blue 214

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

Shades of Orchid #E06FD6

Tints of Orchid #E06FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.98%

R = 40.8%
G = 20.22%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E06FD6 (or 0xE06FD6) is known color: Orchid. HEX triplet: E0, 6F and D6. RGB value is (224,111,214). Sum of RGB (Red+Green+Blue) = 224+111+214=549 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.80% from 549); Green value is 111 (43.75% from 255 or 20.22% from 549); Blue value is 214 (83.98% from 255 or 38.98% from 549); Max value from RGB is 224 - color contains mainly: red. Hex color #E06FD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06FD6 is #1F9029. Grayscale: #9C9C9C. Windows color (decimal): -2068522 or 14053344. OLE color: 14053344.

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

Color convert

RGB 224 111 214 -
CMYK 0 0.50 0.04 0.12
HSL 305.31º 0.65% 0.66% -
HSV(B) 305.31º 0.5% 0.88% -
XYZ 48.56 32.07 67.25 -
YUV 156.53 160.44 176.12 -
System Red Green Blue C M Y K H S L
Decimal 224 111 214 0 0.50 0.04 0.12 305.31 0.65 0.66
Hex E0 6F D6 0 32 4 C 131 41 42
Octal 340 157 326 0 62 4 14 461 101 102
Binary 11100000 1101111 11010110 0 110010 100 1100 100110001 1000001 1000010

Color Harmonies of #E06FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06FD6

Black with #E06FD6

Text Example


Text Example

White with #E06FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06FD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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