Html Css Color HEX #E06CC1 Orchid

📋 copy color: '#E06CC1'

red 224 ◦ green 108 ◦ blue 193

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

Shades of Orchid #E06CC1

Tints of Orchid #E06CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.76%

R = 42.67%
G = 20.57%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#E06CC1 (or 0xE06CC1) is known color: Orchid. HEX triplet: E0, 6C and C1. RGB value is (224,108,193). Sum of RGB (Red+Green+Blue) = 224+108+193=525 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.67% from 525); Green value is 108 (42.58% from 255 or 20.57% from 525); Blue value is 193 (75.78% from 255 or 36.76% from 525); Max value from RGB is 224 - color contains mainly: red. Hex color #E06CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06CC1 is #1F933E. Grayscale: #989898. Windows color (decimal): -2069311 or 12676320. OLE color: 12676320.

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

Color convert

RGB 224 108 193 -
CMYK 0 0.52 0.14 0.12
HSL 316.03º 0.65% 0.65% -
HSV(B) 316.03º 0.52% 0.88% -
XYZ 45.73 30.42 53.91 -
YUV 152.37 150.93 179.09 -
System Red Green Blue C M Y K H S L
Decimal 224 108 193 0 0.52 0.14 0.12 316.03 0.65 0.65
Hex E0 6C C1 0 34 E C 13C 41 41
Octal 340 154 301 0 64 16 14 474 101 101
Binary 11100000 1101100 11000001 0 110100 1110 1100 100111100 1000001 1000001

Color Harmonies of #E06CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06CC1

Black with #E06CC1

Text Example


Text Example

White with #E06CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06CC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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