Html Css Color HEX #E585CF Orchid

📋 copy color: '#E585CF'

red 229 ◦ green 133 ◦ blue 207

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

Shades of Orchid #E585CF

Tints of Orchid #E585CF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.37%

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

R = 40.25%
G = 23.37%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E585CF (or 0xE585CF) is known color: Orchid. HEX triplet: E5, 85 and CF. RGB value is (229,133,207). Sum of RGB (Red+Green+Blue) = 229+133+207=569 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.25% from 569); Green value is 133 (52.34% from 255 or 23.37% from 569); Blue value is 207 (81.25% from 255 or 36.38% from 569); Max value from RGB is 229 - color contains mainly: red. Hex color #E585CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E585CF is #1A7A30. Grayscale: #A9A9A9. Windows color (decimal): -1735217 or 13600229. OLE color: 13600229.

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

Color convert

RGB 229 133 207 -
CMYK 0 0.42 0.10 0.10
HSL 313.75º 0.65% 0.71% -
HSV(B) 313.75º 0.42% 0.9% -
XYZ 51.96 37.94 63.62 -
YUV 170.14 148.8 169.98 -
System Red Green Blue C M Y K H S L
Decimal 229 133 207 0 0.42 0.10 0.10 313.75 0.65 0.71
Hex E5 85 CF 0 2A A A 13A 41 47
Octal 345 205 317 0 52 12 12 472 101 107
Binary 11100101 10000101 11001111 0 101010 1010 1010 100111010 1000001 1000111

Color Harmonies of #E585CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E585CF

Black with #E585CF

Text Example


Text Example

White with #E585CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E585CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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