Html Css Color HEX #E582CF Orchid

📋 copy color: '#E582CF'

red 229 ◦ green 130 ◦ blue 207

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

Shades of Orchid #E582CF

Tints of Orchid #E582CF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.97%

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

R = 40.46%
G = 22.97%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E582CF (or 0xE582CF) is known color: Orchid. HEX triplet: E5, 82 and CF. RGB value is (229,130,207). Sum of RGB (Red+Green+Blue) = 229+130+207=566 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.46% from 566); Green value is 130 (51.17% from 255 or 22.97% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 229 - color contains mainly: red. Hex color #E582CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E582CF is #1A7D30. Grayscale: #A8A8A8. Windows color (decimal): -1735985 or 13599461. OLE color: 13599461.

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

Color convert

RGB 229 130 207 -
CMYK 0 0.43 0.10 0.10
HSL 313.33º 0.66% 0.7% -
HSV(B) 313.33º 0.43% 0.9% -
XYZ 51.56 37.13 63.48 -
YUV 168.38 149.8 171.24 -
System Red Green Blue C M Y K H S L
Decimal 229 130 207 0 0.43 0.10 0.10 313.33 0.66 0.7
Hex E5 82 CF 0 2B A A 139 42 46
Octal 345 202 317 0 53 12 12 471 102 106
Binary 11100101 10000010 11001111 0 101011 1010 1010 100111001 1000010 1000110

Color Harmonies of #E582CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E582CF

Black with #E582CF

Text Example


Text Example

White with #E582CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E582CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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