Html Css Color HEX #E17BD4 Orchid

📋 copy color: '#E17BD4'

red 225 ◦ green 123 ◦ blue 212

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

Shades of Orchid #E17BD4

Tints of Orchid #E17BD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.86%

R = 40.18%
G = 21.96%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#E17BD4 (or 0xE17BD4) is known color: Orchid. HEX triplet: E1, 7B and D4. RGB value is (225,123,212). Sum of RGB (Red+Green+Blue) = 225+123+212=560 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.18% from 560); Green value is 123 (48.44% from 255 or 21.96% from 560); Blue value is 212 (83.20% from 255 or 37.86% from 560); Max value from RGB is 225 - color contains mainly: red. Hex color #E17BD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17BD4 is #1E842B. Grayscale: #A3A3A3. Windows color (decimal): -1999916 or 13925345. OLE color: 13925345.

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

Color convert

RGB 225 123 212 -
CMYK 0 0.45 0.06 0.12
HSL 307.65º 0.63% 0.68% -
HSV(B) 307.65º 0.45% 0.88% -
XYZ 50.02 34.93 66.39 -
YUV 163.64 155.29 171.76 -
System Red Green Blue C M Y K H S L
Decimal 225 123 212 0 0.45 0.06 0.12 307.65 0.63 0.68
Hex E1 7B D4 0 2D 6 C 134 3F 44
Octal 341 173 324 0 55 6 14 464 77 104
Binary 11100001 1111011 11010100 0 101101 110 1100 100110100 111111 1000100

Color Harmonies of #E17BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17BD4

Black with #E17BD4

Text Example


Text Example

White with #E17BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17BD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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