Shades of Medium Orchid #CC3FFC
Tints of Medium Orchid #CC3FFC
RGB
CMYK
RGB Variations
Color information
#CC3FFC (or 0xCC3FFC) is known color: Medium Orchid. HEX triplet: CC, 3F and FC. RGB value is (204,63,252). Sum of RGB (Red+Green+Blue) = 204+63+252=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 63 (25% from 255 or 12.14% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC3FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3FFC is #33C003. Grayscale: #7E7E7E. Windows color (decimal): -3391492 or 16531404. OLE color: 16531404.
HSL color Cylindrical-coordinate representation of color #CC3FFC: hue angle of 284.76º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC3FFC is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 63 | 252 | - |
| CMYK | 0.19 | 0.75 | 0 | 0.01 |
| HSL | 284.76º | 0.97% | 0.62% | - |
| HSV(B) | 284.76º | 0.75% | 0.99% | - |
| XYZ | 44.25 | 23.42 | 94.28 | - |
| YUV | 126.71 | 198.71 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 63 | 252 | 0.19 | 0.75 | 0 | 0.01 | 284.76 | 0.97 | 0.62 |
| Hex | CC | 3F | FC | 13 | 4B | 0 | 1 | 11D | 61 | 3E |
| Octal | 314 | 77 | 374 | 23 | 113 | 0 | 1 | 435 | 141 | 76 |
| Binary | 11001100 | 111111 | 11111100 | 10011 | 1001011 | 0 | 1 | 100011101 | 1100001 | 111110 |
Color Harmonies of #CC3FFC
Complementary color
Monochromatic Colors of #CC3FFC
Black with #CC3FFC
Text Example
Text Example
White with #CC3FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3FFC; }
p { color: rgb(204,63,252); }
H1.HeaderClassName
{
color: #CC3FFC;
}
.AnyTagClassName
{
color: #CC3FFC;
}
</style>
background-color css
<style>
a { background-color: #CC3FFC; }
a { background-color: rgb(204,63,252); }
div.DivClassName
{
background-color: #CC3FFC;
}
.BgClassName
{
background-color: #CC3FFC;
}
</style>
border-color css
<style>
span { border-color: #CC3FFC; }
span { border-color: rgb(204,63,252); }
td.TdClassName
{
border-color: #CC3FFC;
}
.TagClassName
{
border-color: #CC3FFC;
}
</style>