#C260E9

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

Shades of Medium Orchid #C260E9

Tints of Medium Orchid #C260E9

Color information

#C260E9 (or 0xC260E9) is unknown color: approx Medium Orchid. HEX triplet: C2, 60 and E9. RGB value is (194,96,233). Sum of RGB (Red+Green+Blue) = 194+96+233=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 96 (37.89% from 255 or 18.36% from 523); Blue value is 233 (91.41% from 255 or 44.55% from 523); Max value from RGB is 233 - color contains mainly: blue. Hex color #C260E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C260E9 is #3D9F16. Grayscale: #8C8C8C. Windows color (decimal): -4038423 or 15294658. OLE color: 15294658.

HSL color Cylindrical-coordinate representation of color #C260E9: hue angle of 282.92º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C260E9 is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB19496233-
CMYK0.170.5900.09
HSL282.92º75.69%64.51%-
HSV(B)282.92º58.8%91.37%-
XYZ41.1425.7279.89-
YUV140.92179.97165.86-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.09%
GREEN value IS 96 (37.89% from 255) = 18.36%
BLUE value IS 233 (91.41% from 255) = 44.55%
R=37.09%
G=18.36%
B=44.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal194962330.170.5900.09282.9275.6964.51
HexC260E9113B0911b4c41
Octal3021403512173011433114101
Binary11000010110000011101001100011110110100110001101110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C260E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C260E9; }

 p { color: rgb(194,96,233); }

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

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

 a { background-color: rgb(194,96,233); }

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

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

 span { border-color: rgb(194,96,233); }

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