Html Css Color HEX #E184CD Orchid

📋 copy color: '#E184CD'

red 225 ◦ green 132 ◦ blue 205

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

Shades of Orchid #E184CD

Tints of Orchid #E184CD

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.49%

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

R = 40.04%
G = 23.49%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E184CD (or 0xE184CD) is known color: Orchid. HEX triplet: E1, 84 and CD. RGB value is (225,132,205). Sum of RGB (Red+Green+Blue) = 225+132+205=562 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.04% from 562); Green value is 132 (51.95% from 255 or 23.49% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 225 - color contains mainly: red. Hex color #E184CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E184CD is #1E7B32. Grayscale: #A7A7A7. Windows color (decimal): -1997619 or 13468897. OLE color: 13468897.

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

Color convert

RGB 225 132 205 -
CMYK 0 0.41 0.09 0.12
HSL 312.9º 0.61% 0.7% -
HSV(B) 312.9º 0.41% 0.88% -
XYZ 50.32 36.92 62.23 -
YUV 168.13 148.81 168.56 -
System Red Green Blue C M Y K H S L
Decimal 225 132 205 0 0.41 0.09 0.12 312.9 0.61 0.7
Hex E1 84 CD 0 29 9 C 139 3D 46
Octal 341 204 315 0 51 11 14 471 75 106
Binary 11100001 10000100 11001101 0 101001 1001 1100 100111001 111101 1000110

Color Harmonies of #E184CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E184CD

Black with #E184CD

Text Example


Text Example

White with #E184CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E184CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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