Shades of Medium Orchid #CC46FB
Tints of Medium Orchid #CC46FB
RGB
CMYK
RGB Variations
Color information
#CC46FB (or 0xCC46FB) is known color: Medium Orchid. HEX triplet: CC, 46 and FB. RGB value is (204,70,251). Sum of RGB (Red+Green+Blue) = 204+70+251=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 70 (27.73% from 255 or 13.33% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC46FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC46FB is #33B904. Grayscale: #828282. Windows color (decimal): -3389701 or 16467660. OLE color: 16467660.
HSL color Cylindrical-coordinate representation of color #CC46FB: hue angle of 284.42º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC46FB is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 70 | 251 | - |
| CMYK | 0.19 | 0.72 | 0 | 0.02 |
| HSL | 284.42º | 0.96% | 0.63% | - |
| HSV(B) | 284.42º | 0.72% | 0.98% | - |
| XYZ | 44.5 | 24.18 | 93.59 | - |
| YUV | 130.7 | 195.89 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 70 | 251 | 0.19 | 0.72 | 0 | 0.02 | 284.42 | 0.96 | 0.63 |
| Hex | CC | 46 | FB | 13 | 48 | 0 | 2 | 11C | 60 | 3F |
| Octal | 314 | 106 | 373 | 23 | 110 | 0 | 2 | 434 | 140 | 77 |
| Binary | 11001100 | 1000110 | 11111011 | 10011 | 1001000 | 0 | 10 | 100011100 | 1100000 | 111111 |
Color Harmonies of #CC46FB
Complementary color
Monochromatic Colors of #CC46FB
Black with #CC46FB
Text Example
Text Example
White with #CC46FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC46FB; }
p { color: rgb(204,70,251); }
H1.HeaderClassName
{
color: #CC46FB;
}
.AnyTagClassName
{
color: #CC46FB;
}
</style>
background-color css
<style>
a { background-color: #CC46FB; }
a { background-color: rgb(204,70,251); }
div.DivClassName
{
background-color: #CC46FB;
}
.BgClassName
{
background-color: #CC46FB;
}
</style>
border-color css
<style>
span { border-color: #CC46FB; }
span { border-color: rgb(204,70,251); }
td.TdClassName
{
border-color: #CC46FB;
}
.TagClassName
{
border-color: #CC46FB;
}
</style>