Html Css Color HEX #E174CD Orchid

📋 copy color: '#E174CD'

red 225 ◦ green 116 ◦ blue 205

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

Shades of Orchid #E174CD

Tints of Orchid #E174CD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.25%

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

R = 41.21%
G = 21.25%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E174CD (or 0xE174CD) is known color: Orchid. HEX triplet: E1, 74 and CD. RGB value is (225,116,205). Sum of RGB (Red+Green+Blue) = 225+116+205=546 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.21% from 546); Green value is 116 (45.70% from 255 or 21.25% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 225 - color contains mainly: red. Hex color #E174CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E174CD is #1E8B32. Grayscale: #9E9E9E. Windows color (decimal): -2001715 or 13464801. OLE color: 13464801.

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

Color convert

RGB 225 116 205 -
CMYK 0 0.48 0.09 0.12
HSL 311.01º 0.64% 0.67% -
HSV(B) 311.01º 0.48% 0.88% -
XYZ 48.32 32.91 61.56 -
YUV 158.74 154.11 175.26 -
System Red Green Blue C M Y K H S L
Decimal 225 116 205 0 0.48 0.09 0.12 311.01 0.64 0.67
Hex E1 74 CD 0 30 9 C 137 40 43
Octal 341 164 315 0 60 11 14 467 100 103
Binary 11100001 1110100 11001101 0 110000 1001 1100 100110111 1000000 1000011

Color Harmonies of #E174CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E174CD

Black with #E174CD

Text Example


Text Example

White with #E174CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E174CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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