Html Css Color HEX #E17BCB Orchid

📋 copy color: '#E17BCB'

red 225 ◦ green 123 ◦ blue 203

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

Shades of Orchid #E17BCB

Tints of Orchid #E17BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.84%

R = 40.83%
G = 22.32%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E17BCB (or 0xE17BCB) is known color: Orchid. HEX triplet: E1, 7B and CB. RGB value is (225,123,203). Sum of RGB (Red+Green+Blue) = 225+123+203=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 123 (48.44% from 255 or 22.32% from 551); Blue value is 203 (79.69% from 255 or 36.84% from 551); Max value from RGB is 225 - color contains mainly: red. Hex color #E17BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17BCB is #1E8434. Grayscale: #A2A2A2. Windows color (decimal): -1999925 or 13335521. OLE color: 13335521.

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

Color convert

RGB 225 123 203 -
CMYK 0 0.45 0.10 0.12
HSL 312.94º 0.63% 0.68% -
HSV(B) 312.94º 0.45% 0.88% -
XYZ 48.91 34.49 60.58 -
YUV 162.62 150.79 172.5 -
System Red Green Blue C M Y K H S L
Decimal 225 123 203 0 0.45 0.10 0.12 312.94 0.63 0.68
Hex E1 7B CB 0 2D A C 139 3F 44
Octal 341 173 313 0 55 12 14 471 77 104
Binary 11100001 1111011 11001011 0 101101 1010 1100 100111001 111111 1000100

Color Harmonies of #E17BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17BCB

Black with #E17BCB

Text Example


Text Example

White with #E17BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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