Html Css Color HEX #E183CC Orchid

📋 copy color: '#E183CC'

red 225 ◦ green 131 ◦ blue 204

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

Shades of Orchid #E183CC

Tints of Orchid #E183CC

RGB

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

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

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

R = 40.18%
G = 23.39%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E183CC (or 0xE183CC) is known color: Orchid. HEX triplet: E1, 83 and CC. RGB value is (225,131,204). Sum of RGB (Red+Green+Blue) = 225+131+204=560 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.18% from 560); Green value is 131 (51.56% from 255 or 23.39% from 560); Blue value is 204 (80.08% from 255 or 36.43% from 560); Max value from RGB is 225 - color contains mainly: red. Hex color #E183CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E183CC is #1E7C33. Grayscale: #A7A7A7. Windows color (decimal): -1997876 or 13403105. OLE color: 13403105.

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

Color convert

RGB 225 131 204 -
CMYK 0 0.42 0.09 0.12
HSL 313.4º 0.61% 0.7% -
HSV(B) 313.4º 0.42% 0.88% -
XYZ 50.07 36.6 61.55 -
YUV 167.43 148.64 169.06 -
System Red Green Blue C M Y K H S L
Decimal 225 131 204 0 0.42 0.09 0.12 313.4 0.61 0.7
Hex E1 83 CC 0 2A 9 C 139 3D 46
Octal 341 203 314 0 52 11 14 471 75 106
Binary 11100001 10000011 11001100 0 101010 1001 1100 100111001 111101 1000110

Color Harmonies of #E183CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E183CC

Black with #E183CC

Text Example


Text Example

White with #E183CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E183CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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