Html Css Color HEX #E16CCC Orchid

📋 copy color: '#E16CCC'

red 225 ◦ green 108 ◦ blue 204

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

Shades of Orchid #E16CCC

Tints of Orchid #E16CCC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.11%

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

R = 41.9%
G = 20.11%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E16CCC (or 0xE16CCC) is known color: Orchid. HEX triplet: E1, 6C and CC. RGB value is (225,108,204). Sum of RGB (Red+Green+Blue) = 225+108+204=537 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.90% from 537); Green value is 108 (42.58% from 255 or 20.11% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 225 - color contains mainly: red. Hex color #E16CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16CCC is #1E9333. Grayscale: #999999. Windows color (decimal): -2003764 or 13397217. OLE color: 13397217.

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

Color convert

RGB 225 108 204 -
CMYK 0 0.52 0.09 0.12
HSL 310.77º 0.66% 0.65% -
HSV(B) 310.77º 0.52% 0.88% -
XYZ 47.31 31.09 60.63 -
YUV 153.93 156.26 178.69 -
System Red Green Blue C M Y K H S L
Decimal 225 108 204 0 0.52 0.09 0.12 310.77 0.66 0.65
Hex E1 6C CC 0 34 9 C 137 42 41
Octal 341 154 314 0 64 11 14 467 102 101
Binary 11100001 1101100 11001100 0 110100 1001 1100 100110111 1000010 1000001

Color Harmonies of #E16CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16CCC

Black with #E16CCC

Text Example


Text Example

White with #E16CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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