Shades of Medium Orchid #C453DB
Tints of Medium Orchid #C453DB
RGB
CMYK
RGB Variations
Color information
#C453DB (or 0xC453DB) is known color: Medium Orchid. HEX triplet: C4, 53 and DB. RGB value is (196,83,219). Sum of RGB (Red+Green+Blue) = 196+83+219=498 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.36% from 498); Green value is 83 (32.81% from 255 or 16.67% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #C453DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C453DB is #3BAC24. Grayscale: #838383. Windows color (decimal): -3910693 or 14373828. OLE color: 14373828.
HSL color Cylindrical-coordinate representation of color #C453DB: hue angle of 289.85º degrees, saturation: 0.65, 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 #C453DB is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 83 | 219 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.14 |
| HSL | 289.85º | 0.65% | 0.59% | - |
| HSV(B) | 289.85º | 0.62% | 0.86% | - |
| XYZ | 38.64 | 23.04 | 69.43 | - |
| YUV | 132.29 | 176.94 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 83 | 219 | 0.11 | 0.62 | 0 | 0.14 | 289.85 | 0.65 | 0.59 |
| Hex | C4 | 53 | DB | B | 3E | 0 | E | 122 | 41 | 3B |
| Octal | 304 | 123 | 333 | 13 | 76 | 0 | 16 | 442 | 101 | 73 |
| Binary | 11000100 | 1010011 | 11011011 | 1011 | 111110 | 0 | 1110 | 100100010 | 1000001 | 111011 |
Color Harmonies of #C453DB
Complementary color
Monochromatic Colors of #C453DB
Black with #C453DB
Text Example
Text Example
White with #C453DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C453DB; }
p { color: rgb(196,83,219); }
H1.HeaderClassName
{
color: #C453DB;
}
.AnyTagClassName
{
color: #C453DB;
}
</style>
background-color css
<style>
a { background-color: #C453DB; }
a { background-color: rgb(196,83,219); }
div.DivClassName
{
background-color: #C453DB;
}
.BgClassName
{
background-color: #C453DB;
}
</style>
border-color css
<style>
span { border-color: #C453DB; }
span { border-color: rgb(196,83,219); }
td.TdClassName
{
border-color: #C453DB;
}
.TagClassName
{
border-color: #C453DB;
}
</style>