Html Css Color HEX #E06CE1 Orchid

📋 copy color: '#E06CE1'

red 224 ◦ green 108 ◦ blue 225

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

Shades of Orchid #E06CE1

Tints of Orchid #E06CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.39%

R = 40.22%
G = 19.39%
B = 40.39%

CMYK

 C value IS 0.00

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#E06CE1 (or 0xE06CE1) is known color: Orchid. HEX triplet: E0, 6C and E1. RGB value is (224,108,225). Sum of RGB (Red+Green+Blue) = 224+108+225=557 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.22% from 557); Green value is 108 (42.58% from 255 or 19.39% from 557); Blue value is 225 (88.28% from 255 or 40.39% from 557); Max value from RGB is 225 - color contains mainly: blue. Hex color #E06CE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06CE1 is #1F931E. Grayscale: #9B9B9B. Windows color (decimal): -2069279 or 14773472. OLE color: 14773472.

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

Color convert

RGB 224 108 225 -
CMYK 0.00 0.52 0 0.12
HSL 299.49º 0.66% 0.65% -
HSV(B) 299.49º 0.52% 0.88% -
XYZ 49.69 32.01 74.79 -
YUV 156.02 166.93 176.49 -
System Red Green Blue C M Y K H S L
Decimal 224 108 225 0.00 0.52 0 0.12 299.49 0.66 0.65
Hex E0 6C E1 0 34 0 C 12B 42 41
Octal 340 154 341 0 64 0 14 453 102 101
Binary 11100000 1101100 11100001 0 110100 0 1100 100101011 1000010 1000001

Color Harmonies of #E06CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06CE1

Black with #E06CE1

Text Example


Text Example

White with #E06CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06CE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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