Html Css Color HEX #E579CF Orchid

📋 copy color: '#E579CF'

red 229 ◦ green 121 ◦ blue 207

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

Shades of Orchid #E579CF

Tints of Orchid #E579CF

RGB

 RED value IS 229 (89.84% from 255) = 41.11%

 GREEN value IS 121 (47.66% from 255) = 21.72%

 BLUE value IS 207 (81.25% from 255) = 37.16%

R = 41.11%
G = 21.72%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E579CF (or 0xE579CF) is known color: Orchid. HEX triplet: E5, 79 and CF. RGB value is (229,121,207). Sum of RGB (Red+Green+Blue) = 229+121+207=557 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.11% from 557); Green value is 121 (47.66% from 255 or 21.72% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 229 - color contains mainly: red. Hex color #E579CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E579CF is #1A8630. Grayscale: #A2A2A2. Windows color (decimal): -1738289 or 13597157. OLE color: 13597157.

HSL color Cylindrical-coordinate representation of color #E579CF: hue angle of 312.22º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E579CF is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 121 207 -
CMYK 0 0.47 0.10 0.10
HSL 312.22º 0.68% 0.69% -
HSV(B) 312.22º 0.47% 0.9% -
XYZ 50.41 34.84 63.1 -
YUV 163.1 152.78 175.01 -
System Red Green Blue C M Y K H S L
Decimal 229 121 207 0 0.47 0.10 0.10 312.22 0.68 0.69
Hex E5 79 CF 0 2F A A 138 44 45
Octal 345 171 317 0 57 12 12 470 104 105
Binary 11100101 1111001 11001111 0 101111 1010 1010 100111000 1000100 1000101

Color Harmonies of #E579CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E579CF

Black with #E579CF

Text Example


Text Example

White with #E579CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E579CF; }

 p { color: rgb(229,121,207); }

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

background-color css

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

 a { background-color: rgb(229,121,207); }

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

border-color css

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

 span { border-color: rgb(229,121,207); }

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