Shades of Medium Orchid #C453FB
Tints of Medium Orchid #C453FB
RGB
CMYK
RGB Variations
Color information
#C453FB (or 0xC453FB) is known color: Medium Orchid. HEX triplet: C4, 53 and FB. RGB value is (196,83,251). Sum of RGB (Red+Green+Blue) = 196+83+251=530 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.98% from 530); Green value is 83 (32.81% from 255 or 15.66% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #C453FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C453FB is #3BAC04. Grayscale: #878787. Windows color (decimal): -3910661 or 16470980. OLE color: 16470980.
HSL color Cylindrical-coordinate representation of color #C453FB: hue angle of 280.36º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C453FB is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 83 | 251 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.02 |
| HSL | 280.36º | 0.95% | 0.65% | - |
| HSV(B) | 280.36º | 0.67% | 0.98% | - |
| XYZ | 43.27 | 24.89 | 93.79 | - |
| YUV | 135.94 | 192.94 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 83 | 251 | 0.22 | 0.67 | 0 | 0.02 | 280.36 | 0.95 | 0.65 |
| Hex | C4 | 53 | FB | 16 | 43 | 0 | 2 | 118 | 5F | 41 |
| Octal | 304 | 123 | 373 | 26 | 103 | 0 | 2 | 430 | 137 | 101 |
| Binary | 11000100 | 1010011 | 11111011 | 10110 | 1000011 | 0 | 10 | 100011000 | 1011111 | 1000001 |
Color Harmonies of #C453FB
Complementary color
Monochromatic Colors of #C453FB
Black with #C453FB
Text Example
Text Example
White with #C453FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C453FB; }
p { color: rgb(196,83,251); }
H1.HeaderClassName
{
color: #C453FB;
}
.AnyTagClassName
{
color: #C453FB;
}
</style>
background-color css
<style>
a { background-color: #C453FB; }
a { background-color: rgb(196,83,251); }
div.DivClassName
{
background-color: #C453FB;
}
.BgClassName
{
background-color: #C453FB;
}
</style>
border-color css
<style>
span { border-color: #C453FB; }
span { border-color: rgb(196,83,251); }
td.TdClassName
{
border-color: #C453FB;
}
.TagClassName
{
border-color: #C453FB;
}
</style>