Html Css Color HEX #E06CC8 Orchid

📋 copy color: '#E06CC8'

red 224 ◦ green 108 ◦ blue 200

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

Shades of Orchid #E06CC8

Tints of Orchid #E06CC8

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.3%

 BLUE value IS 200 (78.52% from 255) = 37.59%

R = 42.11%
G = 20.3%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#E06CC8 (or 0xE06CC8) is known color: Orchid. HEX triplet: E0, 6C and C8. RGB value is (224,108,200). Sum of RGB (Red+Green+Blue) = 224+108+200=532 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.11% from 532); Green value is 108 (42.58% from 255 or 20.30% from 532); Blue value is 200 (78.52% from 255 or 37.59% from 532); Max value from RGB is 224 - color contains mainly: red. Hex color #E06CC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06CC8 is #1F9337. Grayscale: #989898. Windows color (decimal): -2069304 or 13135072. OLE color: 13135072.

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

Color convert

RGB 224 108 200 -
CMYK 0 0.52 0.11 0.12
HSL 312.41º 0.65% 0.65% -
HSV(B) 312.41º 0.52% 0.88% -
XYZ 46.53 30.74 58.13 -
YUV 153.17 154.43 178.52 -
System Red Green Blue C M Y K H S L
Decimal 224 108 200 0 0.52 0.11 0.12 312.41 0.65 0.65
Hex E0 6C C8 0 34 B C 138 41 41
Octal 340 154 310 0 64 13 14 470 101 101
Binary 11100000 1101100 11001000 0 110100 1011 1100 100111000 1000001 1000001

Color Harmonies of #E06CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06CC8

Black with #E06CC8

Text Example


Text Example

White with #E06CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06CC8; }

 p { color: rgb(224,108,200); }

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

background-color css

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

 a { background-color: rgb(224,108,200); }

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

border-color css

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

 span { border-color: rgb(224,108,200); }

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