Html Css Color HEX #E16BCA Orchid

📋 copy color: '#E16BCA'

red 225 ◦ green 107 ◦ blue 202

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

Shades of Orchid #E16BCA

Tints of Orchid #E16BCA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.04%

 BLUE value IS 202 (79.3% from 255) = 37.83%

R = 42.13%
G = 20.04%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E16BCA (or 0xE16BCA) is known color: Orchid. HEX triplet: E1, 6B and CA. RGB value is (225,107,202). Sum of RGB (Red+Green+Blue) = 225+107+202=534 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.13% from 534); Green value is 107 (42.19% from 255 or 20.04% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 225 - color contains mainly: red. Hex color #E16BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16BCA is #1E9435. Grayscale: #989898. Windows color (decimal): -2004022 or 13265889. OLE color: 13265889.

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

Color convert

RGB 225 107 202 -
CMYK 0 0.52 0.10 0.12
HSL 311.69º 0.66% 0.65% -
HSV(B) 311.69º 0.52% 0.88% -
XYZ 46.97 30.79 59.34 -
YUV 153.11 155.59 179.28 -
System Red Green Blue C M Y K H S L
Decimal 225 107 202 0 0.52 0.10 0.12 311.69 0.66 0.65
Hex E1 6B CA 0 34 A C 138 42 41
Octal 341 153 312 0 64 12 14 470 102 101
Binary 11100001 1101011 11001010 0 110100 1010 1100 100111000 1000010 1000001

Color Harmonies of #E16BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16BCA

Black with #E16BCA

Text Example


Text Example

White with #E16BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16BCA; }

 p { color: rgb(225,107,202); }

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

background-color css

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

 a { background-color: rgb(225,107,202); }

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

border-color css

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

 span { border-color: rgb(225,107,202); }

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