Html Css Color HEX #E17BDE Orchid

📋 copy color: '#E17BDE'

red 225 ◦ green 123 ◦ blue 222

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

Shades of Orchid #E17BDE

Tints of Orchid #E17BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.95%

R = 39.47%
G = 21.58%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E17BDE (or 0xE17BDE) is known color: Orchid. HEX triplet: E1, 7B and DE. RGB value is (225,123,222). Sum of RGB (Red+Green+Blue) = 225+123+222=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 123 (48.44% from 255 or 21.58% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 225 - color contains mainly: red. Hex color #E17BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17BDE is #1E8421. Grayscale: #A4A4A4. Windows color (decimal): -1999906 or 14580705. OLE color: 14580705.

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

Color convert

RGB 225 123 222 -
CMYK 0 0.45 0.01 0.12
HSL 301.76º 0.63% 0.68% -
HSV(B) 301.76º 0.45% 0.88% -
XYZ 51.32 35.45 73.24 -
YUV 164.78 160.29 170.95 -
System Red Green Blue C M Y K H S L
Decimal 225 123 222 0 0.45 0.01 0.12 301.76 0.63 0.68
Hex E1 7B DE 0 2D 1 C 12E 3F 44
Octal 341 173 336 0 55 1 14 456 77 104
Binary 11100001 1111011 11011110 0 101101 1 1100 100101110 111111 1000100

Color Harmonies of #E17BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17BDE

Black with #E17BDE

Text Example


Text Example

White with #E17BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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