Html Css Color HEX #E170CE Orchid

📋 copy color: '#E170CE'

red 225 ◦ green 112 ◦ blue 206

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

Shades of Orchid #E170CE

Tints of Orchid #E170CE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.63%

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

R = 41.44%
G = 20.63%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E170CE (or 0xE170CE) is known color: Orchid. HEX triplet: E1, 70 and CE. RGB value is (225,112,206). Sum of RGB (Red+Green+Blue) = 225+112+206=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 112 (44.14% from 255 or 20.63% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 225 - color contains mainly: red. Hex color #E170CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E170CE is #1E8F31. Grayscale: #9C9C9C. Windows color (decimal): -2002738 or 13529313. OLE color: 13529313.

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

Color convert

RGB 225 112 206 -
CMYK 0 0.50 0.08 0.12
HSL 310.09º 0.65% 0.66% -
HSV(B) 310.09º 0.5% 0.88% -
XYZ 47.99 32.05 62.05 -
YUV 156.5 155.94 176.86 -
System Red Green Blue C M Y K H S L
Decimal 225 112 206 0 0.50 0.08 0.12 310.09 0.65 0.66
Hex E1 70 CE 0 32 8 C 136 41 42
Octal 341 160 316 0 62 10 14 466 101 102
Binary 11100001 1110000 11001110 0 110010 1000 1100 100110110 1000001 1000010

Color Harmonies of #E170CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E170CE

Black with #E170CE

Text Example


Text Example

White with #E170CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E170CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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