Html Css Color HEX #E575CF Orchid

📋 copy color: '#E575CF'

red 229 ◦ green 117 ◦ blue 207

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

Shades of Orchid #E575CF

Tints of Orchid #E575CF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.16%

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

R = 41.41%
G = 21.16%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E575CF (or 0xE575CF) is known color: Orchid. HEX triplet: E5, 75 and CF. RGB value is (229,117,207). Sum of RGB (Red+Green+Blue) = 229+117+207=553 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.41% from 553); Green value is 117 (46.09% from 255 or 21.16% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 229 - color contains mainly: red. Hex color #E575CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E575CF is #1A8A30. Grayscale: #A0A0A0. Windows color (decimal): -1739313 or 13596133. OLE color: 13596133.

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

Color convert

RGB 229 117 207 -
CMYK 0 0.49 0.10 0.10
HSL 311.79º 0.68% 0.68% -
HSV(B) 311.79º 0.49% 0.9% -
XYZ 49.94 33.89 62.94 -
YUV 160.75 154.11 176.68 -
System Red Green Blue C M Y K H S L
Decimal 229 117 207 0 0.49 0.10 0.10 311.79 0.68 0.68
Hex E5 75 CF 0 31 A A 138 44 44
Octal 345 165 317 0 61 12 12 470 104 104
Binary 11100101 1110101 11001111 0 110001 1010 1010 100111000 1000100 1000100

Color Harmonies of #E575CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E575CF

Black with #E575CF

Text Example


Text Example

White with #E575CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E575CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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