Html Css Color HEX #E17BE0 Orchid

📋 copy color: '#E17BE0'

red 225 ◦ green 123 ◦ blue 224

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

Shades of Orchid #E17BE0

Tints of Orchid #E17BE0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.5%

 BLUE value IS 224 (87.89% from 255) = 39.16%

R = 39.34%
G = 21.5%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#E17BE0 (or 0xE17BE0) is known color: Orchid. HEX triplet: E1, 7B and E0. RGB value is (225,123,224). Sum of RGB (Red+Green+Blue) = 225+123+224=572 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.34% from 572); Green value is 123 (48.44% from 255 or 21.50% from 572); Blue value is 224 (87.89% from 255 or 39.16% from 572); Max value from RGB is 225 - color contains mainly: red. Hex color #E17BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17BE0 is #1E841F. Grayscale: #A4A4A4. Windows color (decimal): -1999904 or 14711777. OLE color: 14711777.

HSL color Cylindrical-coordinate representation of color #E17BE0: hue angle of 300.59º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E17BE0 is Cyan = 0, Magento = 0.45, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 123 224 -
CMYK 0 0.45 0.00 0.12
HSL 300.59º 0.63% 0.68% -
HSV(B) 300.59º 0.45% 0.88% -
XYZ 51.59 35.56 74.66 -
YUV 165.01 161.29 170.79 -
System Red Green Blue C M Y K H S L
Decimal 225 123 224 0 0.45 0.00 0.12 300.59 0.63 0.68
Hex E1 7B E0 0 2D 0 C 12D 3F 44
Octal 341 173 340 0 55 0 14 455 77 104
Binary 11100001 1111011 11100000 0 101101 0 1100 100101101 111111 1000100

Color Harmonies of #E17BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17BE0

Black with #E17BE0

Text Example


Text Example

White with #E17BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17BE0; }

 p { color: rgb(225,123,224); }

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

background-color css

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

 a { background-color: rgb(225,123,224); }

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

border-color css

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

 span { border-color: rgb(225,123,224); }

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