Html Css Color HEX #E17BDA Orchid

📋 copy color: '#E17BDA'

red 225 ◦ green 123 ◦ blue 218

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

Shades of Orchid #E17BDA

Tints of Orchid #E17BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.52%

R = 39.75%
G = 21.73%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E17BDA (or 0xE17BDA) is known color: Orchid. HEX triplet: E1, 7B and DA. RGB value is (225,123,218). Sum of RGB (Red+Green+Blue) = 225+123+218=566 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.75% from 566); Green value is 123 (48.44% from 255 or 21.73% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 225 - color contains mainly: red. Hex color #E17BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17BDA is #1E8425. Grayscale: #A4A4A4. Windows color (decimal): -1999910 or 14318561. OLE color: 14318561.

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

Color convert

RGB 225 123 218 -
CMYK 0 0.45 0.03 0.12
HSL 304.12º 0.63% 0.68% -
HSV(B) 304.12º 0.45% 0.88% -
XYZ 50.79 35.24 70.45 -
YUV 164.33 158.29 171.28 -
System Red Green Blue C M Y K H S L
Decimal 225 123 218 0 0.45 0.03 0.12 304.12 0.63 0.68
Hex E1 7B DA 0 2D 3 C 130 3F 44
Octal 341 173 332 0 55 3 14 460 77 104
Binary 11100001 1111011 11011010 0 101101 11 1100 100110000 111111 1000100

Color Harmonies of #E17BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17BDA

Black with #E17BDA

Text Example


Text Example

White with #E17BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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