Html Css Color HEX #E168C9 Orchid

📋 copy color: '#E168C9'

red 225 ◦ green 104 ◦ blue 201

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

Shades of Orchid #E168C9

Tints of Orchid #E168C9

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.62%

 BLUE value IS 201 (78.91% from 255) = 37.92%

R = 42.45%
G = 19.62%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#E168C9 (or 0xE168C9) is known color: Orchid. HEX triplet: E1, 68 and C9. RGB value is (225,104,201). Sum of RGB (Red+Green+Blue) = 225+104+201=530 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.45% from 530); Green value is 104 (41.02% from 255 or 19.62% from 530); Blue value is 201 (78.91% from 255 or 37.92% from 530); Max value from RGB is 225 - color contains mainly: red. Hex color #E168C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E168C9 is #1E9736. Grayscale: #969696. Windows color (decimal): -2004791 or 13199585. OLE color: 13199585.

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

Color convert

RGB 225 104 201 -
CMYK 0 0.54 0.11 0.12
HSL 311.9º 0.67% 0.65% -
HSV(B) 311.9º 0.54% 0.88% -
XYZ 46.54 30.13 58.62 -
YUV 151.24 156.09 180.61 -
System Red Green Blue C M Y K H S L
Decimal 225 104 201 0 0.54 0.11 0.12 311.9 0.67 0.65
Hex E1 68 C9 0 36 B C 138 43 41
Octal 341 150 311 0 66 13 14 470 103 101
Binary 11100001 1101000 11001001 0 110110 1011 1100 100111000 1000011 1000001

Color Harmonies of #E168C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E168C9

Black with #E168C9

Text Example


Text Example

White with #E168C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E168C9; }

 p { color: rgb(225,104,201); }

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

background-color css

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

 a { background-color: rgb(225,104,201); }

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

border-color css

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

 span { border-color: rgb(225,104,201); }

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