#C761E1

Color #C761E1 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C761E1

Tints of Medium Orchid #C761E1

Color information

#C761E1 (or 0xC761E1) is unknown color: approx Medium Orchid. HEX triplet: C7, 61 and E1. RGB value is (199,97,225). Sum of RGB (Red+Green+Blue) = 199+97+225=521 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.20% from 521); Green value is 97 (38.28% from 255 or 18.62% from 521); Blue value is 225 (88.28% from 255 or 43.19% from 521); Max value from RGB is 225 - color contains mainly: blue. Hex color #C761E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C761E1 is #389E1E. Grayscale: #8D8D8D. Windows color (decimal): -3710495 or 14770631. OLE color: 14770631.

HSL color Cylindrical-coordinate representation of color #C761E1: hue angle of 287.81º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C761E1 is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB19997225-
CMYK0.120.5700.12
HSL287.81º68.09%63.14%-
HSV(B)287.81º56.89%88.24%-
XYZ41.4226.1374.09-
YUV142.09174.79168.59-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.20%
GREEN value IS 97 (38.28% from 255) = 18.62%
BLUE value IS 225 (88.28% from 255) = 43.19%
R=38.20%
G=18.62%
B=43.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal199972250.120.5700.12287.8168.0963.14
HexC761E1C390C120443f
Octal307141341147101444010477
Binary110001111100001111000011100111001011001001000001000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C761E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C761E1; }

 p { color: rgb(199,97,225); }

 H1.HeaderClassName
 {
   color: #C761E1;
 }
 .AnyTagClassName
 {
   color: #C761E1;
 }
</style>
background-color css

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

 a { background-color: rgb(199,97,225); }

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

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

 span { border-color: rgb(199,97,225); }

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