Html Css Color HEX #E17BD0 Orchid

📋 copy color: '#E17BD0'

red 225 ◦ green 123 ◦ blue 208

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

Shades of Orchid #E17BD0

Tints of Orchid #E17BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.41%

R = 40.47%
G = 22.12%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E17BD0 (or 0xE17BD0) is known color: Orchid. HEX triplet: E1, 7B and D0. RGB value is (225,123,208). Sum of RGB (Red+Green+Blue) = 225+123+208=556 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.47% from 556); Green value is 123 (48.44% from 255 or 22.12% from 556); Blue value is 208 (81.64% from 255 or 37.41% from 556); Max value from RGB is 225 - color contains mainly: red. Hex color #E17BD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17BD0 is #1E842F. Grayscale: #A2A2A2. Windows color (decimal): -1999920 or 13663201. OLE color: 13663201.

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

Color convert

RGB 225 123 208 -
CMYK 0 0.45 0.08 0.12
HSL 310º 0.63% 0.68% -
HSV(B) 310º 0.45% 0.88% -
XYZ 49.52 34.73 63.77 -
YUV 163.19 153.29 172.09 -
System Red Green Blue C M Y K H S L
Decimal 225 123 208 0 0.45 0.08 0.12 310 0.63 0.68
Hex E1 7B D0 0 2D 8 C 136 3F 44
Octal 341 173 320 0 55 10 14 466 77 104
Binary 11100001 1111011 11010000 0 101101 1000 1100 100110110 111111 1000100

Color Harmonies of #E17BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17BD0

Black with #E17BD0

Text Example


Text Example

White with #E17BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17BD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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