#C060DD

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

Shades of Medium Orchid #C060DD

Tints of Medium Orchid #C060DD

Color information

#C060DD (or 0xC060DD) is unknown color: approx Medium Orchid. HEX triplet: C0, 60 and DD. RGB value is (192,96,221). Sum of RGB (Red+Green+Blue) = 192+96+221=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 96 (37.89% from 255 or 18.86% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #C060DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C060DD is #3F9F22. Grayscale: #8A8A8A. Windows color (decimal): -4169507 or 14508224. OLE color: 14508224.

HSL color Cylindrical-coordinate representation of color #C060DD: hue angle of 286.08º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C060DD is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19296221-
CMYK0.130.5700.13
HSL286.08º64.77%62.16%-
HSV(B)286.08º56.56%86.67%-
XYZ38.9724.7971.14-
YUV138.95174.3165.84-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.72%
GREEN value IS 96 (37.89% from 255) = 18.86%
BLUE value IS 221 (86.72% from 255) = 43.42%
R=37.72%
G=18.86%
B=43.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal192962210.130.5700.13286.0864.7762.16
HexC060DDD390D11e413e
Octal300140335157101543610176
Binary110000001100000110111011101111001011011000111101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C060DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C060DD; }

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

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

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

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

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

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

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

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