Html Css Color HEX #E168DB Orchid

📋 copy color: '#E168DB'

red 225 ◦ green 104 ◦ blue 219

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

Shades of Orchid #E168DB

Tints of Orchid #E168DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.96%

R = 41.06%
G = 18.98%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E168DB (or 0xE168DB) is known color: Orchid. HEX triplet: E1, 68 and DB. RGB value is (225,104,219). Sum of RGB (Red+Green+Blue) = 225+104+219=548 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.06% from 548); Green value is 104 (41.02% from 255 or 18.98% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 225 - color contains mainly: red. Hex color #E168DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E168DB is #1E9724. Grayscale: #989898. Windows color (decimal): -2004773 or 14379233. OLE color: 14379233.

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

Color convert

RGB 225 104 219 -
CMYK 0 0.54 0.03 0.12
HSL 302.98º 0.67% 0.65% -
HSV(B) 302.98º 0.54% 0.88% -
XYZ 48.79 31.02 70.43 -
YUV 153.29 165.09 179.15 -
System Red Green Blue C M Y K H S L
Decimal 225 104 219 0 0.54 0.03 0.12 302.98 0.67 0.65
Hex E1 68 DB 0 36 3 C 12F 43 41
Octal 341 150 333 0 66 3 14 457 103 101
Binary 11100001 1101000 11011011 0 110110 11 1100 100101111 1000011 1000001

Color Harmonies of #E168DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E168DB

Black with #E168DB

Text Example


Text Example

White with #E168DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E168DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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