Html Css Color HEX #E06CCE Orchid

📋 copy color: '#E06CCE'

red 224 ◦ green 108 ◦ blue 206

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

Shades of Orchid #E06CCE

Tints of Orchid #E06CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.29%

R = 41.64%
G = 20.07%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E06CCE (or 0xE06CCE) is known color: Orchid. HEX triplet: E0, 6C and CE. RGB value is (224,108,206). Sum of RGB (Red+Green+Blue) = 224+108+206=538 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.64% from 538); Green value is 108 (42.58% from 255 or 20.07% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 224 - color contains mainly: red. Hex color #E06CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06CCE is #1F9331. Grayscale: #999999. Windows color (decimal): -2069298 or 13528288. OLE color: 13528288.

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

Color convert

RGB 224 108 206 -
CMYK 0 0.52 0.08 0.12
HSL 309.31º 0.65% 0.65% -
HSV(B) 309.31º 0.52% 0.88% -
XYZ 47.24 31.03 61.89 -
YUV 153.86 157.43 178.03 -
System Red Green Blue C M Y K H S L
Decimal 224 108 206 0 0.52 0.08 0.12 309.31 0.65 0.65
Hex E0 6C CE 0 34 8 C 135 41 41
Octal 340 154 316 0 64 10 14 465 101 101
Binary 11100000 1101100 11001110 0 110100 1000 1100 100110101 1000001 1000001

Color Harmonies of #E06CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06CCE

Black with #E06CCE

Text Example


Text Example

White with #E06CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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