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