Html Css Color HEX #E168CF Orchid

📋 copy color: '#E168CF'

red 225 ◦ green 104 ◦ blue 207

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

Shades of Orchid #E168CF

Tints of Orchid #E168CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.62%

R = 41.98%
G = 19.4%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E168CF (or 0xE168CF) is known color: Orchid. HEX triplet: E1, 68 and CF. RGB value is (225,104,207). Sum of RGB (Red+Green+Blue) = 225+104+207=536 (70% of max value = 765). Red value is 225 (88.28% from 255 or 41.98% from 536); Green value is 104 (41.02% from 255 or 19.40% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 225 - color contains mainly: red. Hex color #E168CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E168CF is #1E9730. Grayscale: #979797. Windows color (decimal): -2004785 or 13592801. OLE color: 13592801.

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

Color convert

RGB 225 104 207 -
CMYK 0 0.54 0.08 0.12
HSL 308.93º 0.67% 0.65% -
HSV(B) 308.93º 0.54% 0.88% -
XYZ 47.26 30.41 62.41 -
YUV 151.92 159.09 180.12 -
System Red Green Blue C M Y K H S L
Decimal 225 104 207 0 0.54 0.08 0.12 308.93 0.67 0.65
Hex E1 68 CF 0 36 8 C 135 43 41
Octal 341 150 317 0 66 10 14 465 103 101
Binary 11100001 1101000 11001111 0 110110 1000 1100 100110101 1000011 1000001

Color Harmonies of #E168CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E168CF

Black with #E168CF

Text Example


Text Example

White with #E168CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E168CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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