Shades of Medium Orchid #CC3CFA
Tints of Medium Orchid #CC3CFA
RGB
CMYK
RGB Variations
Color information
#CC3CFA (or 0xCC3CFA) is known color: Medium Orchid. HEX triplet: CC, 3C and FA. RGB value is (204,60,250). Sum of RGB (Red+Green+Blue) = 204+60+250=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 60 (23.83% from 255 or 11.67% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC3CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3CFA is #33C305. Grayscale: #7C7C7C. Windows color (decimal): -3392262 or 16399564. OLE color: 16399564.
HSL color Cylindrical-coordinate representation of color #CC3CFA: hue angle of 285.47º degrees, saturation: 0.95, 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 #CC3CFA is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 60 | 250 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.02 |
| HSL | 285.47º | 0.95% | 0.61% | - |
| HSV(B) | 285.47º | 0.76% | 0.98% | - |
| XYZ | 43.77 | 22.97 | 92.57 | - |
| YUV | 124.72 | 198.71 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 60 | 250 | 0.18 | 0.76 | 0 | 0.02 | 285.47 | 0.95 | 0.61 |
| Hex | CC | 3C | FA | 12 | 4C | 0 | 2 | 11D | 5F | 3D |
| Octal | 314 | 74 | 372 | 22 | 114 | 0 | 2 | 435 | 137 | 75 |
| Binary | 11001100 | 111100 | 11111010 | 10010 | 1001100 | 0 | 10 | 100011101 | 1011111 | 111101 |
Color Harmonies of #CC3CFA
Complementary color
Monochromatic Colors of #CC3CFA
Black with #CC3CFA
Text Example
Text Example
White with #CC3CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3CFA; }
p { color: rgb(204,60,250); }
H1.HeaderClassName
{
color: #CC3CFA;
}
.AnyTagClassName
{
color: #CC3CFA;
}
</style>
background-color css
<style>
a { background-color: #CC3CFA; }
a { background-color: rgb(204,60,250); }
div.DivClassName
{
background-color: #CC3CFA;
}
.BgClassName
{
background-color: #CC3CFA;
}
</style>
border-color css
<style>
span { border-color: #CC3CFA; }
span { border-color: rgb(204,60,250); }
td.TdClassName
{
border-color: #CC3CFA;
}
.TagClassName
{
border-color: #CC3CFA;
}
</style>