#C761DF

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

Shades of Medium Orchid #C761DF

Tints of Medium Orchid #C761DF

Color information

#C761DF (or 0xC761DF) is unknown color: approx Medium Orchid. HEX triplet: C7, 61 and DF. RGB value is (199,97,223). Sum of RGB (Red+Green+Blue) = 199+97+223=519 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.34% from 519); Green value is 97 (38.28% from 255 or 18.69% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #C761DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C761DF is #389E20. Grayscale: #8D8D8D. Windows color (decimal): -3710497 or 14639559. OLE color: 14639559.

HSL color Cylindrical-coordinate representation of color #C761DF: hue angle of 288.57º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C761DF is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19997223-
CMYK0.110.5700.13
HSL288.57º66.32%62.75%-
HSV(B)288.57º56.5%87.45%-
XYZ41.1526.0272.67-
YUV141.86173.79168.75-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.34%
GREEN value IS 97 (38.28% from 255) = 18.69%
BLUE value IS 223 (87.5% from 255) = 42.97%
R=38.34%
G=18.69%
B=42.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal199972230.110.5700.13288.5766.3262.75
HexC761DFB390D121423f
Octal307141337137101544110277
Binary110001111100001110111111011111001011011001000011000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C761DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C761DF; }

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

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

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

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

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

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

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

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