Shades of Medium Orchid #CC3BFB
Tints of Medium Orchid #CC3BFB
RGB
CMYK
RGB Variations
Color information
#CC3BFB (or 0xCC3BFB) is known color: Medium Orchid. HEX triplet: CC, 3B and FB. RGB value is (204,59,251). Sum of RGB (Red+Green+Blue) = 204+59+251=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 59 (23.44% from 255 or 11.48% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC3BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3BFB is #33C404. Grayscale: #7B7B7B. Windows color (decimal): -3392517 or 16464844. OLE color: 16464844.
HSL color Cylindrical-coordinate representation of color #CC3BFB: hue angle of 285.31º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC3BFB is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 59 | 251 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.02 |
| HSL | 285.31º | 0.96% | 0.61% | - |
| HSV(B) | 285.31º | 0.76% | 0.98% | - |
| XYZ | 43.88 | 22.93 | 93.38 | - |
| YUV | 124.24 | 199.54 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 59 | 251 | 0.19 | 0.76 | 0 | 0.02 | 285.31 | 0.96 | 0.61 |
| Hex | CC | 3B | FB | 13 | 4C | 0 | 2 | 11D | 60 | 3D |
| Octal | 314 | 73 | 373 | 23 | 114 | 0 | 2 | 435 | 140 | 75 |
| Binary | 11001100 | 111011 | 11111011 | 10011 | 1001100 | 0 | 10 | 100011101 | 1100000 | 111101 |
Color Harmonies of #CC3BFB
Complementary color
Monochromatic Colors of #CC3BFB
Black with #CC3BFB
Text Example
Text Example
White with #CC3BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3BFB; }
p { color: rgb(204,59,251); }
H1.HeaderClassName
{
color: #CC3BFB;
}
.AnyTagClassName
{
color: #CC3BFB;
}
</style>
background-color css
<style>
a { background-color: #CC3BFB; }
a { background-color: rgb(204,59,251); }
div.DivClassName
{
background-color: #CC3BFB;
}
.BgClassName
{
background-color: #CC3BFB;
}
</style>
border-color css
<style>
span { border-color: #CC3BFB; }
span { border-color: rgb(204,59,251); }
td.TdClassName
{
border-color: #CC3BFB;
}
.TagClassName
{
border-color: #CC3BFB;
}
</style>