Html Css Color HEX #E06CE0 Orchid

📋 copy color: '#E06CE0'

red 224 ◦ green 108 ◦ blue 224

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

Shades of Orchid #E06CE0

Tints of Orchid #E06CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.29%

R = 40.29%
G = 19.42%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#E06CE0 (or 0xE06CE0) is known color: Orchid. HEX triplet: E0, 6C and E0. RGB value is (224,108,224). Sum of RGB (Red+Green+Blue) = 224+108+224=556 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.29% from 556); Green value is 108 (42.58% from 255 or 19.42% from 556); Blue value is 224 (87.89% from 255 or 40.29% from 556); Max value from RGB is 224 - color contains mainly: red, blue. Hex color #E06CE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06CE0 is #1F931F. Grayscale: #9B9B9B. Windows color (decimal): -2069280 or 14707936. OLE color: 14707936.

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

Color convert

RGB 224 108 224 -
CMYK 0 0.52 0 0.12
HSL 300º 0.65% 0.65% -
HSV(B) 300º 0.52% 0.88% -
XYZ 49.56 31.95 74.08 -
YUV 155.91 166.43 176.57 -
System Red Green Blue C M Y K H S L
Decimal 224 108 224 0 0.52 0 0.12 300 0.65 0.65
Hex E0 6C E0 0 34 0 C 12C 41 41
Octal 340 154 340 0 64 0 14 454 101 101
Binary 11100000 1101100 11100000 0 110100 0 1100 100101100 1000001 1000001

Color Harmonies of #E06CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06CE0

Black with #E06CE0

Text Example


Text Example

White with #E06CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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