#C260EC

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

Shades of Medium Orchid #C260EC

Tints of Medium Orchid #C260EC

Color information

#C260EC (or 0xC260EC) is unknown color: approx Medium Orchid. HEX triplet: C2, 60 and EC. RGB value is (194,96,236). Sum of RGB (Red+Green+Blue) = 194+96+236=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 96 (37.89% from 255 or 18.25% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #C260EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C260EC is #3D9F13. Grayscale: #8C8C8C. Windows color (decimal): -4038420 or 15491266. OLE color: 15491266.

HSL color Cylindrical-coordinate representation of color #C260EC: hue angle of 282º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C260EC is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB19496236-
CMYK0.180.5900.07
HSL282º78.65%65.1%-
HSV(B)282º59.32%92.55%-
XYZ41.5725.8982.16-
YUV141.26181.47165.62-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.88%
GREEN value IS 96 (37.89% from 255) = 18.25%
BLUE value IS 236 (92.58% from 255) = 44.87%
R=36.88%
G=18.25%
B=44.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal194962360.180.5900.0728278.6565.1
HexC260EC123B0711a4f41
Octal302140354227307432117101
Binary1100001011000001110110010010111011011110001101010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C260EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C260EC; }

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

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

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

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

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

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

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

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