#C260CC

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

Shades of Medium Orchid #C260CC

Tints of Medium Orchid #C260CC

Color information

#C260CC (or 0xC260CC) is unknown color: approx Medium Orchid. HEX triplet: C2, 60 and CC. RGB value is (194,96,204). Sum of RGB (Red+Green+Blue) = 194+96+204=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 96 (37.89% from 255 or 19.43% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #C260CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C260CC is #3D9F33. Grayscale: #898989. Windows color (decimal): -4038452 or 13394114. OLE color: 13394114.

HSL color Cylindrical-coordinate representation of color #C260CC: hue angle of 294.44º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C260CC is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB19496204-
CMYK0.050.5300.2
HSL294.44º51.43%58.82%-
HSV(B)294.44º52.94%80%-
XYZ37.3324.1959.83-
YUV137.61165.47168.22-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.27%
GREEN value IS 96 (37.89% from 255) = 19.43%
BLUE value IS 204 (80.08% from 255) = 41.30%
R=39.27%
G=19.43%
B=41.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal194962040.050.5300.2294.4451.4358.82
HexC260CC535014126333b
Octal3021403145650244466373
Binary11000010110000011001100101110101010100100100110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C260CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C260CC; }

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

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

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

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

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

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

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

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