Shades of Medium Orchid #C453DC
Tints of Medium Orchid #C453DC
RGB
CMYK
RGB Variations
Color information
#C453DC (or 0xC453DC) is known color: Medium Orchid. HEX triplet: C4, 53 and DC. RGB value is (196,83,220). Sum of RGB (Red+Green+Blue) = 196+83+220=499 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.28% from 499); Green value is 83 (32.81% from 255 or 16.63% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #C453DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C453DC is #3BAC23. Grayscale: #838383. Windows color (decimal): -3910692 or 14439364. OLE color: 14439364.
HSL color Cylindrical-coordinate representation of color #C453DC: hue angle of 289.49º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C453DC is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 83 | 220 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.14 |
| HSL | 289.49º | 0.66% | 0.59% | - |
| HSV(B) | 289.49º | 0.62% | 0.86% | - |
| XYZ | 38.78 | 23.09 | 70.12 | - |
| YUV | 132.41 | 177.44 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 83 | 220 | 0.11 | 0.62 | 0 | 0.14 | 289.49 | 0.66 | 0.59 |
| Hex | C4 | 53 | DC | B | 3E | 0 | E | 121 | 42 | 3B |
| Octal | 304 | 123 | 334 | 13 | 76 | 0 | 16 | 441 | 102 | 73 |
| Binary | 11000100 | 1010011 | 11011100 | 1011 | 111110 | 0 | 1110 | 100100001 | 1000010 | 111011 |
Color Harmonies of #C453DC
Complementary color
Monochromatic Colors of #C453DC
Black with #C453DC
Text Example
Text Example
White with #C453DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C453DC; }
p { color: rgb(196,83,220); }
H1.HeaderClassName
{
color: #C453DC;
}
.AnyTagClassName
{
color: #C453DC;
}
</style>
background-color css
<style>
a { background-color: #C453DC; }
a { background-color: rgb(196,83,220); }
div.DivClassName
{
background-color: #C453DC;
}
.BgClassName
{
background-color: #C453DC;
}
</style>
border-color css
<style>
span { border-color: #C453DC; }
span { border-color: rgb(196,83,220); }
td.TdClassName
{
border-color: #C453DC;
}
.TagClassName
{
border-color: #C453DC;
}
</style>