Shades of Medium Orchid #CC3DFF
Tints of Medium Orchid #CC3DFF
RGB
CMYK
RGB Variations
Color information
#CC3DFF (or 0xCC3DFF) is known color: Medium Orchid. HEX triplet: CC, 3D and FF. RGB value is (204,61,255). Sum of RGB (Red+Green+Blue) = 204+61+255=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 61 (24.22% from 255 or 11.73% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC3DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3DFF is #33C200. Grayscale: #7D7D7D. Windows color (decimal): -3392001 or 16727500. OLE color: 16727500.
HSL color Cylindrical-coordinate representation of color #CC3DFF: hue angle of 284.23º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC3DFF is Cyan = 0.2, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 61 | 255 | - |
| CMYK | 0.2 | 0.76 | 0 | 0 |
| HSL | 284.23º | 1% | 0.62% | - |
| HSV(B) | 284.23º | 0.76% | 1% | - |
| XYZ | 44.62 | 23.39 | 96.77 | - |
| YUV | 125.87 | 200.88 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 61 | 255 | 0.2 | 0.76 | 0 | 0 | 284.23 | 1 | 0.62 |
| Hex | CC | 3D | FF | 14 | 4C | 0 | 0 | 11C | 64 | 3E |
| Octal | 314 | 75 | 377 | 24 | 114 | 0 | 0 | 434 | 144 | 76 |
| Binary | 11001100 | 111101 | 11111111 | 10100 | 1001100 | 0 | 0 | 100011100 | 1100100 | 111110 |
Color Harmonies of #CC3DFF
Complementary color
Monochromatic Colors of #CC3DFF
Black with #CC3DFF
Text Example
Text Example
White with #CC3DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3DFF; }
p { color: rgb(204,61,255); }
H1.HeaderClassName
{
color: #CC3DFF;
}
.AnyTagClassName
{
color: #CC3DFF;
}
</style>
background-color css
<style>
a { background-color: #CC3DFF; }
a { background-color: rgb(204,61,255); }
div.DivClassName
{
background-color: #CC3DFF;
}
.BgClassName
{
background-color: #CC3DFF;
}
</style>
border-color css
<style>
span { border-color: #CC3DFF; }
span { border-color: rgb(204,61,255); }
td.TdClassName
{
border-color: #CC3DFF;
}
.TagClassName
{
border-color: #CC3DFF;
}
</style>