Shades of Medium Orchid #CC45FB
Tints of Medium Orchid #CC45FB
RGB
CMYK
RGB Variations
Color information
#CC45FB (or 0xCC45FB) is known color: Medium Orchid. HEX triplet: CC, 45 and FB. RGB value is (204,69,251). Sum of RGB (Red+Green+Blue) = 204+69+251=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 69 (27.34% from 255 or 13.17% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC45FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC45FB is #33BA04. Grayscale: #818181. Windows color (decimal): -3389957 or 16467404. OLE color: 16467404.
HSL color Cylindrical-coordinate representation of color #CC45FB: hue angle of 284.51º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC45FB is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 69 | 251 | - |
| CMYK | 0.19 | 0.73 | 0 | 0.02 |
| HSL | 284.51º | 0.96% | 0.63% | - |
| HSV(B) | 284.51º | 0.73% | 0.98% | - |
| XYZ | 44.44 | 24.06 | 93.57 | - |
| YUV | 130.11 | 196.23 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 69 | 251 | 0.19 | 0.73 | 0 | 0.02 | 284.51 | 0.96 | 0.63 |
| Hex | CC | 45 | FB | 13 | 49 | 0 | 2 | 11D | 60 | 3F |
| Octal | 314 | 105 | 373 | 23 | 111 | 0 | 2 | 435 | 140 | 77 |
| Binary | 11001100 | 1000101 | 11111011 | 10011 | 1001001 | 0 | 10 | 100011101 | 1100000 | 111111 |
Color Harmonies of #CC45FB
Complementary color
Monochromatic Colors of #CC45FB
Black with #CC45FB
Text Example
Text Example
White with #CC45FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC45FB; }
p { color: rgb(204,69,251); }
H1.HeaderClassName
{
color: #CC45FB;
}
.AnyTagClassName
{
color: #CC45FB;
}
</style>
background-color css
<style>
a { background-color: #CC45FB; }
a { background-color: rgb(204,69,251); }
div.DivClassName
{
background-color: #CC45FB;
}
.BgClassName
{
background-color: #CC45FB;
}
</style>
border-color css
<style>
span { border-color: #CC45FB; }
span { border-color: rgb(204,69,251); }
td.TdClassName
{
border-color: #CC45FB;
}
.TagClassName
{
border-color: #CC45FB;
}
</style>