Html Css Color HEX #E17BCD Orchid

📋 copy color: '#E17BCD'

red 225 ◦ green 123 ◦ blue 205

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

Shades of Orchid #E17BCD

Tints of Orchid #E17BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.07%

R = 40.69%
G = 22.24%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E17BCD (or 0xE17BCD) is known color: Orchid. HEX triplet: E1, 7B and CD. RGB value is (225,123,205). Sum of RGB (Red+Green+Blue) = 225+123+205=553 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.69% from 553); Green value is 123 (48.44% from 255 or 22.24% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 225 - color contains mainly: red. Hex color #E17BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17BCD is #1E8432. Grayscale: #A2A2A2. Windows color (decimal): -1999923 or 13466593. OLE color: 13466593.

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

Color convert

RGB 225 123 205 -
CMYK 0 0.45 0.09 0.12
HSL 311.76º 0.63% 0.68% -
HSV(B) 311.76º 0.45% 0.88% -
XYZ 49.15 34.58 61.84 -
YUV 162.85 151.79 172.33 -
System Red Green Blue C M Y K H S L
Decimal 225 123 205 0 0.45 0.09 0.12 311.76 0.63 0.68
Hex E1 7B CD 0 2D 9 C 138 3F 44
Octal 341 173 315 0 55 11 14 470 77 104
Binary 11100001 1111011 11001101 0 101101 1001 1100 100111000 111111 1000100

Color Harmonies of #E17BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17BCD

Black with #E17BCD

Text Example


Text Example

White with #E17BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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