Html Css Color HEX #E16CCD Orchid

📋 copy color: '#E16CCD'

red 225 ◦ green 108 ◦ blue 205

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

Shades of Orchid #E16CCD

Tints of Orchid #E16CCD

RGB

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

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

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

R = 41.82%
G = 20.07%
B = 38.1%

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

#E16CCD (or 0xE16CCD) is known color: Orchid. HEX triplet: E1, 6C and CD. RGB value is (225,108,205). Sum of RGB (Red+Green+Blue) = 225+108+205=538 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.82% from 538); Green value is 108 (42.58% from 255 or 20.07% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 225 - color contains mainly: red. Hex color #E16CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16CCD is #1E9332. Grayscale: #999999. Windows color (decimal): -2003763 or 13462753. OLE color: 13462753.

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

Color convert

RGB 225 108 205 -
CMYK 0 0.52 0.09 0.12
HSL 310.26º 0.66% 0.65% -
HSV(B) 310.26º 0.52% 0.88% -
XYZ 47.43 31.14 61.27 -
YUV 154.04 156.76 178.61 -
System Red Green Blue C M Y K H S L
Decimal 225 108 205 0 0.52 0.09 0.12 310.26 0.66 0.65
Hex E1 6C CD 0 34 9 C 136 42 41
Octal 341 154 315 0 64 11 14 466 102 101
Binary 11100001 1101100 11001101 0 110100 1001 1100 100110110 1000010 1000001

Color Harmonies of #E16CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16CCD

Black with #E16CCD

Text Example


Text Example

White with #E16CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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