Html Css Color HEX #E172CD Orchid

📋 copy color: '#E172CD'

red 225 ◦ green 114 ◦ blue 205

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

Shades of Orchid #E172CD

Tints of Orchid #E172CD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.96%

 BLUE value IS 205 (80.47% from 255) = 37.68%

R = 41.36%
G = 20.96%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E172CD (or 0xE172CD) is known color: Orchid. HEX triplet: E1, 72 and CD. RGB value is (225,114,205). Sum of RGB (Red+Green+Blue) = 225+114+205=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 114 (44.92% from 255 or 20.96% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 225 - color contains mainly: red. Hex color #E172CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E172CD is #1E8D32. Grayscale: #9D9D9D. Windows color (decimal): -2002227 or 13464289. OLE color: 13464289.

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

Color convert

RGB 225 114 205 -
CMYK 0 0.49 0.09 0.12
HSL 310.81º 0.65% 0.66% -
HSV(B) 310.81º 0.49% 0.88% -
XYZ 48.09 32.45 61.49 -
YUV 157.56 154.77 176.1 -
System Red Green Blue C M Y K H S L
Decimal 225 114 205 0 0.49 0.09 0.12 310.81 0.65 0.66
Hex E1 72 CD 0 31 9 C 137 41 42
Octal 341 162 315 0 61 11 14 467 101 102
Binary 11100001 1110010 11001101 0 110001 1001 1100 100110111 1000001 1000010

Color Harmonies of #E172CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E172CD

Black with #E172CD

Text Example


Text Example

White with #E172CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E172CD; }

 p { color: rgb(225,114,205); }

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

background-color css

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

 a { background-color: rgb(225,114,205); }

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

border-color css

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

 span { border-color: rgb(225,114,205); }

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