Html Css Color HEX #E06FCC Orchid

📋 copy color: '#E06FCC'

red 224 ◦ green 111 ◦ blue 204

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

Shades of Orchid #E06FCC

Tints of Orchid #E06FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.85%

R = 41.56%
G = 20.59%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E06FCC (or 0xE06FCC) is known color: Orchid. HEX triplet: E0, 6F and CC. RGB value is (224,111,204). Sum of RGB (Red+Green+Blue) = 224+111+204=539 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.56% from 539); Green value is 111 (43.75% from 255 or 20.59% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 224 - color contains mainly: red. Hex color #E06FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06FCC is #1F9033. Grayscale: #9B9B9B. Windows color (decimal): -2068532 or 13397984. OLE color: 13397984.

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

Color convert

RGB 224 111 204 -
CMYK 0 0.50 0.09 0.12
HSL 310.62º 0.65% 0.66% -
HSV(B) 310.62º 0.5% 0.88% -
XYZ 47.32 31.58 60.73 -
YUV 155.39 155.44 176.94 -
System Red Green Blue C M Y K H S L
Decimal 224 111 204 0 0.50 0.09 0.12 310.62 0.65 0.66
Hex E0 6F CC 0 32 9 C 137 41 42
Octal 340 157 314 0 62 11 14 467 101 102
Binary 11100000 1101111 11001100 0 110010 1001 1100 100110111 1000001 1000010

Color Harmonies of #E06FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06FCC

Black with #E06FCC

Text Example


Text Example

White with #E06FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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