Html Css Color HEX #E17CCE Orchid

📋 copy color: '#E17CCE'

red 225 ◦ green 124 ◦ blue 206

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

Shades of Orchid #E17CCE

Tints of Orchid #E17CCE

RGB

 RED value IS 225 (88.28% from 255) = 40.54%

 GREEN value IS 124 (48.83% from 255) = 22.34%

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

R = 40.54%
G = 22.34%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E17CCE (or 0xE17CCE) is known color: Orchid. HEX triplet: E1, 7C and CE. RGB value is (225,124,206). Sum of RGB (Red+Green+Blue) = 225+124+206=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 124 (48.83% from 255 or 22.34% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 225 - color contains mainly: red. Hex color #E17CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17CCE is #1E8331. Grayscale: #A3A3A3. Windows color (decimal): -1999666 or 13532385. OLE color: 13532385.

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

Color convert

RGB 225 124 206 -
CMYK 0 0.45 0.08 0.12
HSL 311.29º 0.63% 0.68% -
HSV(B) 311.29º 0.45% 0.88% -
XYZ 49.4 34.88 62.52 -
YUV 163.55 151.96 171.83 -
System Red Green Blue C M Y K H S L
Decimal 225 124 206 0 0.45 0.08 0.12 311.29 0.63 0.68
Hex E1 7C CE 0 2D 8 C 137 3F 44
Octal 341 174 316 0 55 10 14 467 77 104
Binary 11100001 1111100 11001110 0 101101 1000 1100 100110111 111111 1000100

Color Harmonies of #E17CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17CCE

Black with #E17CCE

Text Example


Text Example

White with #E17CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17CCE; }

 p { color: rgb(225,124,206); }

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

background-color css

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

 a { background-color: rgb(225,124,206); }

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

border-color css

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

 span { border-color: rgb(225,124,206); }

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