Html Css Color HEX #E17FCE Orchid

📋 copy color: '#E17FCE'

red 225 ◦ green 127 ◦ blue 206

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

Shades of Orchid #E17FCE

Tints of Orchid #E17FCE

RGB

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

 GREEN value IS 127 (50% from 255) = 22.76%

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

R = 40.32%
G = 22.76%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E17FCE (or 0xE17FCE) is known color: Orchid. HEX triplet: E1, 7F and CE. RGB value is (225,127,206). Sum of RGB (Red+Green+Blue) = 225+127+206=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 127 (50% from 255 or 22.76% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 225 - color contains mainly: red. Hex color #E17FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17FCE is #1E8031. Grayscale: #A5A5A5. Windows color (decimal): -1998898 or 13533153. OLE color: 13533153.

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

Color convert

RGB 225 127 206 -
CMYK 0 0.44 0.08 0.12
HSL 311.63º 0.62% 0.69% -
HSV(B) 311.63º 0.44% 0.88% -
XYZ 49.78 35.64 62.65 -
YUV 165.31 150.97 170.58 -
System Red Green Blue C M Y K H S L
Decimal 225 127 206 0 0.44 0.08 0.12 311.63 0.62 0.69
Hex E1 7F CE 0 2C 8 C 138 3E 45
Octal 341 177 316 0 54 10 14 470 76 105
Binary 11100001 1111111 11001110 0 101100 1000 1100 100111000 111110 1000101

Color Harmonies of #E17FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17FCE

Black with #E17FCE

Text Example


Text Example

White with #E17FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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