#C260EF

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

Shades of Medium Orchid #C260EF

Tints of Medium Orchid #C260EF

Color information

#C260EF (or 0xC260EF) is unknown color: approx Medium Orchid. HEX triplet: C2, 60 and EF. RGB value is (194,96,239). Sum of RGB (Red+Green+Blue) = 194+96+239=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 96 (37.89% from 255 or 18.15% from 529); Blue value is 239 (93.75% from 255 or 45.18% from 529); Max value from RGB is 239 - color contains mainly: blue. Hex color #C260EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C260EF is #3D9F10. Grayscale: #8D8D8D. Windows color (decimal): -4038417 or 15687874. OLE color: 15687874.

HSL color Cylindrical-coordinate representation of color #C260EF: hue angle of 281.12º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C260EF is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB19496239-
CMYK0.190.6000.06
HSL281.12º81.71%65.69%-
HSV(B)281.12º59.83%93.73%-
XYZ42.0126.0784.48-
YUV141.6182.97165.37-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.67%
GREEN value IS 96 (37.89% from 255) = 18.15%
BLUE value IS 239 (93.75% from 255) = 45.18%
R=36.67%
G=18.15%
B=45.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal194962390.190.6000.06281.1281.7165.69
HexC260EF133C061195242
Octal302140357237406431122102
Binary1100001011000001110111110011111100011010001100110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C260EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C260EF; }

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

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

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

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

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

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

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

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