Shades of Medium Orchid #C453DE
Tints of Medium Orchid #C453DE
RGB
CMYK
RGB Variations
Color information
#C453DE (or 0xC453DE) is known color: Medium Orchid. HEX triplet: C4, 53 and DE. RGB value is (196,83,222). Sum of RGB (Red+Green+Blue) = 196+83+222=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 83 (32.81% from 255 or 16.57% from 501); Blue value is 222 (87.11% from 255 or 44.31% from 501); Max value from RGB is 222 - color contains mainly: blue. Hex color #C453DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C453DE is #3BAC21. Grayscale: #848484. Windows color (decimal): -3910690 or 14570436. OLE color: 14570436.
HSL color Cylindrical-coordinate representation of color #C453DE: hue angle of 288.78º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C453DE is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 83 | 222 | - |
| CMYK | 0.12 | 0.63 | 0 | 0.13 |
| HSL | 288.78º | 0.68% | 0.6% | - |
| HSV(B) | 288.78º | 0.63% | 0.87% | - |
| XYZ | 39.04 | 23.2 | 71.53 | - |
| YUV | 132.63 | 178.44 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 83 | 222 | 0.12 | 0.63 | 0 | 0.13 | 288.78 | 0.68 | 0.6 |
| Hex | C4 | 53 | DE | C | 3F | 0 | D | 121 | 44 | 3C |
| Octal | 304 | 123 | 336 | 14 | 77 | 0 | 15 | 441 | 104 | 74 |
| Binary | 11000100 | 1010011 | 11011110 | 1100 | 111111 | 0 | 1101 | 100100001 | 1000100 | 111100 |
Color Harmonies of #C453DE
Complementary color
Monochromatic Colors of #C453DE
Black with #C453DE
Text Example
Text Example
White with #C453DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C453DE; }
p { color: rgb(196,83,222); }
H1.HeaderClassName
{
color: #C453DE;
}
.AnyTagClassName
{
color: #C453DE;
}
</style>
background-color css
<style>
a { background-color: #C453DE; }
a { background-color: rgb(196,83,222); }
div.DivClassName
{
background-color: #C453DE;
}
.BgClassName
{
background-color: #C453DE;
}
</style>
border-color css
<style>
span { border-color: #C453DE; }
span { border-color: rgb(196,83,222); }
td.TdClassName
{
border-color: #C453DE;
}
.TagClassName
{
border-color: #C453DE;
}
</style>