#C060CE

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

Shades of Medium Orchid #C060CE

Tints of Medium Orchid #C060CE

Color information

#C060CE (or 0xC060CE) is unknown color: approx Medium Orchid. HEX triplet: C0, 60 and CE. RGB value is (192,96,206). Sum of RGB (Red+Green+Blue) = 192+96+206=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 96 (37.89% from 255 or 19.43% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #C060CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C060CE is #3F9F31. Grayscale: #888888. Windows color (decimal): -4169522 or 13525184. OLE color: 13525184.

HSL color Cylindrical-coordinate representation of color #C060CE: hue angle of 292.36º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C060CE is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19296206-
CMYK0.070.5300.19
HSL292.36º52.88%59.22%-
HSV(B)292.36º53.4%80.78%-
XYZ37.0624.0361.08-
YUV137.24166.8167.06-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.87%
GREEN value IS 96 (37.89% from 255) = 19.43%
BLUE value IS 206 (80.86% from 255) = 41.70%
R=38.87%
G=19.43%
B=41.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal192962060.070.5300.19292.3652.8859.22
HexC060CE735013124353b
Octal3001403167650234446573
Binary11000000110000011001110111110101010011100100100110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C060CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C060CE; }

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

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

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

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

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

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

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

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