Shades of Medium Orchid #CC3CF6
Tints of Medium Orchid #CC3CF6
RGB
CMYK
RGB Variations
Color information
#CC3CF6 (or 0xCC3CF6) is known color: Medium Orchid. HEX triplet: CC, 3C and F6. RGB value is (204,60,246). Sum of RGB (Red+Green+Blue) = 204+60+246=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 60 (23.83% from 255 or 11.76% from 510); Blue value is 246 (96.48% from 255 or 48.24% from 510); Max value from RGB is 246 - color contains mainly: blue. Hex color #CC3CF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3CF6 is #33C309. Grayscale: #7B7B7B. Windows color (decimal): -3392266 or 16137420. OLE color: 16137420.
HSL color Cylindrical-coordinate representation of color #CC3CF6: hue angle of 286.45º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC3CF6 is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 60 | 246 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.04 |
| HSL | 286.45º | 0.91% | 0.6% | - |
| HSV(B) | 286.45º | 0.76% | 0.96% | - |
| XYZ | 43.15 | 22.72 | 89.3 | - |
| YUV | 124.26 | 196.71 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 60 | 246 | 0.17 | 0.76 | 0 | 0.04 | 286.45 | 0.91 | 0.6 |
| Hex | CC | 3C | F6 | 11 | 4C | 0 | 4 | 11E | 5B | 3C |
| Octal | 314 | 74 | 366 | 21 | 114 | 0 | 4 | 436 | 133 | 74 |
| Binary | 11001100 | 111100 | 11110110 | 10001 | 1001100 | 0 | 100 | 100011110 | 1011011 | 111100 |
Color Harmonies of #CC3CF6
Complementary color
Monochromatic Colors of #CC3CF6
Black with #CC3CF6
Text Example
Text Example
White with #CC3CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3CF6; }
p { color: rgb(204,60,246); }
H1.HeaderClassName
{
color: #CC3CF6;
}
.AnyTagClassName
{
color: #CC3CF6;
}
</style>
background-color css
<style>
a { background-color: #CC3CF6; }
a { background-color: rgb(204,60,246); }
div.DivClassName
{
background-color: #CC3CF6;
}
.BgClassName
{
background-color: #CC3CF6;
}
</style>
border-color css
<style>
span { border-color: #CC3CF6; }
span { border-color: rgb(204,60,246); }
td.TdClassName
{
border-color: #CC3CF6;
}
.TagClassName
{
border-color: #CC3CF6;
}
</style>