#C060CD

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

Shades of Medium Orchid #C060CD

Tints of Medium Orchid #C060CD

Color information

#C060CD (or 0xC060CD) is unknown color: approx Medium Orchid. HEX triplet: C0, 60 and CD. RGB value is (192,96,205). Sum of RGB (Red+Green+Blue) = 192+96+205=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 96 (37.89% from 255 or 19.47% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #C060CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C060CD is #3F9F32. Grayscale: #888888. Windows color (decimal): -4169523 or 13459648. OLE color: 13459648.

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

Color convert

RGB19296205-
CMYK0.060.5300.20
HSL292.84º52.15%59.02%-
HSV(B)292.84º53.17%80.39%-
XYZ36.9423.9860.44-
YUV137.13166.3167.14-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.95%
GREEN value IS 96 (37.89% from 255) = 19.47%
BLUE value IS 205 (80.47% from 255) = 41.58%
R=38.95%
G=19.47%
B=41.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal192962050.060.5300.20292.8452.1559.02
HexC060CD635014125343b
Octal3001403156650244456473
Binary11000000110000011001101110110101010100100100101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C060CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C060CD; }

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

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

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

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

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

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

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

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