Html Css Color HEX #E17DCA Orchid

📋 copy color: '#E17DCA'

red 225 ◦ green 125 ◦ blue 202

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

Shades of Orchid #E17DCA

Tints of Orchid #E17DCA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.64%

 BLUE value IS 202 (79.3% from 255) = 36.59%

R = 40.76%
G = 22.64%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E17DCA (or 0xE17DCA) is known color: Orchid. HEX triplet: E1, 7D and CA. RGB value is (225,125,202). Sum of RGB (Red+Green+Blue) = 225+125+202=552 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.76% from 552); Green value is 125 (49.22% from 255 or 22.64% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 225 - color contains mainly: red. Hex color #E17DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17DCA is #1E8235. Grayscale: #A3A3A3. Windows color (decimal): -1999414 or 13270497. OLE color: 13270497.

HSL color Cylindrical-coordinate representation of color #E17DCA: hue angle of 313.8º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E17DCA is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 125 202 -
CMYK 0 0.44 0.10 0.12
HSL 313.8º 0.63% 0.69% -
HSV(B) 313.8º 0.44% 0.88% -
XYZ 49.05 34.94 60.04 -
YUV 163.68 149.63 171.74 -
System Red Green Blue C M Y K H S L
Decimal 225 125 202 0 0.44 0.10 0.12 313.8 0.63 0.69
Hex E1 7D CA 0 2C A C 13A 3E 45
Octal 341 175 312 0 54 12 14 472 76 105
Binary 11100001 1111101 11001010 0 101100 1010 1100 100111010 111110 1000101

Color Harmonies of #E17DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17DCA

Black with #E17DCA

Text Example


Text Example

White with #E17DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17DCA; }

 p { color: rgb(225,125,202); }

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

background-color css

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

 a { background-color: rgb(225,125,202); }

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

border-color css

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

 span { border-color: rgb(225,125,202); }

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