Html Css Color HEX #E183CE Orchid

📋 copy color: '#E183CE'

red 225 ◦ green 131 ◦ blue 206

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

Shades of Orchid #E183CE

Tints of Orchid #E183CE

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.31%

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

R = 40.04%
G = 23.31%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E183CE (or 0xE183CE) is known color: Orchid. HEX triplet: E1, 83 and CE. RGB value is (225,131,206). Sum of RGB (Red+Green+Blue) = 225+131+206=562 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.04% from 562); Green value is 131 (51.56% from 255 or 23.31% from 562); Blue value is 206 (80.86% from 255 or 36.65% from 562); Max value from RGB is 225 - color contains mainly: red. Hex color #E183CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E183CE is #1E7C31. Grayscale: #A7A7A7. Windows color (decimal): -1997874 or 13534177. OLE color: 13534177.

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

Color convert

RGB 225 131 206 -
CMYK 0 0.42 0.08 0.12
HSL 312.13º 0.61% 0.7% -
HSV(B) 312.13º 0.42% 0.88% -
XYZ 50.31 36.7 62.82 -
YUV 167.66 149.64 168.9 -
System Red Green Blue C M Y K H S L
Decimal 225 131 206 0 0.42 0.08 0.12 312.13 0.61 0.7
Hex E1 83 CE 0 2A 8 C 138 3D 46
Octal 341 203 316 0 52 10 14 470 75 106
Binary 11100001 10000011 11001110 0 101010 1000 1100 100111000 111101 1000110

Color Harmonies of #E183CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E183CE

Black with #E183CE

Text Example


Text Example

White with #E183CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E183CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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