Html Css Color HEX #E170CC Orchid

📋 copy color: '#E170CC'

red 225 ◦ green 112 ◦ blue 204

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

Shades of Orchid #E170CC

Tints of Orchid #E170CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.71%

R = 41.59%
G = 20.7%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E170CC (or 0xE170CC) is known color: Orchid. HEX triplet: E1, 70 and CC. RGB value is (225,112,204). Sum of RGB (Red+Green+Blue) = 225+112+204=541 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.59% from 541); Green value is 112 (44.14% from 255 or 20.70% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 225 - color contains mainly: red. Hex color #E170CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E170CC is #1E8F33. Grayscale: #9C9C9C. Windows color (decimal): -2002740 or 13398241. OLE color: 13398241.

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

Color convert

RGB 225 112 204 -
CMYK 0 0.50 0.09 0.12
HSL 311.15º 0.65% 0.66% -
HSV(B) 311.15º 0.5% 0.88% -
XYZ 47.74 31.96 60.78 -
YUV 156.28 154.94 177.02 -
System Red Green Blue C M Y K H S L
Decimal 225 112 204 0 0.50 0.09 0.12 311.15 0.65 0.66
Hex E1 70 CC 0 32 9 C 137 41 42
Octal 341 160 314 0 62 11 14 467 101 102
Binary 11100001 1110000 11001100 0 110010 1001 1100 100110111 1000001 1000010

Color Harmonies of #E170CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E170CC

Black with #E170CC

Text Example


Text Example

White with #E170CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E170CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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