#C060CC

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

Shades of Medium Orchid #C060CC

Tints of Medium Orchid #C060CC

Color information

#C060CC (or 0xC060CC) is unknown color: approx Medium Orchid. HEX triplet: C0, 60 and CC. RGB value is (192,96,204). Sum of RGB (Red+Green+Blue) = 192+96+204=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 96 (37.89% from 255 or 19.51% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #C060CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C060CC is #3F9F33. Grayscale: #888888. Windows color (decimal): -4169524 or 13394112. OLE color: 13394112.

HSL color Cylindrical-coordinate representation of color #C060CC: hue angle of 293.33º 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 #C060CC is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB19296204-
CMYK0.060.5300.2
HSL293.33º51.43%58.82%-
HSV(B)293.33º52.94%80%-
XYZ36.8223.9359.81-
YUV137.02165.8167.22-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.02%
GREEN value IS 96 (37.89% from 255) = 19.51%
BLUE value IS 204 (80.08% from 255) = 41.46%
R=39.02%
G=19.51%
B=41.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal192962040.060.5300.2293.3351.4358.82
HexC060CC635014125333b
Octal3001403146650244456373
Binary11000000110000011001100110110101010100100100101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C060CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C060CC; }

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

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

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

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

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

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

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

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