Html Css Color HEX #E06ECD Orchid

📋 copy color: '#E06ECD'

red 224 ◦ green 110 ◦ blue 205

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

Shades of Orchid #E06ECD

Tints of Orchid #E06ECD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.41%

 BLUE value IS 205 (80.47% from 255) = 38.03%

R = 41.56%
G = 20.41%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E06ECD (or 0xE06ECD) is known color: Orchid. HEX triplet: E0, 6E and CD. RGB value is (224,110,205). Sum of RGB (Red+Green+Blue) = 224+110+205=539 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.56% from 539); Green value is 110 (43.36% from 255 or 20.41% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 224 - color contains mainly: red. Hex color #E06ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06ECD is #1F9132. Grayscale: #9A9A9A. Windows color (decimal): -2068787 or 13463264. OLE color: 13463264.

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

Color convert

RGB 224 110 205 -
CMYK 0 0.51 0.08 0.12
HSL 310º 0.65% 0.65% -
HSV(B) 310º 0.51% 0.88% -
XYZ 47.34 31.41 61.32 -
YUV 154.92 156.27 177.28 -
System Red Green Blue C M Y K H S L
Decimal 224 110 205 0 0.51 0.08 0.12 310 0.65 0.65
Hex E0 6E CD 0 33 8 C 136 41 41
Octal 340 156 315 0 63 10 14 466 101 101
Binary 11100000 1101110 11001101 0 110011 1000 1100 100110110 1000001 1000001

Color Harmonies of #E06ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06ECD

Black with #E06ECD

Text Example


Text Example

White with #E06ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06ECD; }

 p { color: rgb(224,110,205); }

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

background-color css

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

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

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

border-color css

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

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

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