Shades of Medium Orchid #CC3DFB
Tints of Medium Orchid #CC3DFB
RGB
CMYK
RGB Variations
Color information
#CC3DFB (or 0xCC3DFB) is known color: Medium Orchid. HEX triplet: CC, 3D and FB. RGB value is (204,61,251). Sum of RGB (Red+Green+Blue) = 204+61+251=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 61 (24.22% from 255 or 11.82% from 516); Blue value is 251 (98.44% from 255 or 48.64% from 516); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC3DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3DFB is #33C204. Grayscale: #7C7C7C. Windows color (decimal): -3392005 or 16465356. OLE color: 16465356.
HSL color Cylindrical-coordinate representation of color #CC3DFB: hue angle of 285.16º degrees, saturation: 0.96, 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 #CC3DFB is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 61 | 251 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.02 |
| HSL | 285.16º | 0.96% | 0.61% | - |
| HSV(B) | 285.16º | 0.76% | 0.98% | - |
| XYZ | 43.98 | 23.14 | 93.42 | - |
| YUV | 125.42 | 198.88 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 61 | 251 | 0.19 | 0.76 | 0 | 0.02 | 285.16 | 0.96 | 0.61 |
| Hex | CC | 3D | FB | 13 | 4C | 0 | 2 | 11D | 60 | 3D |
| Octal | 314 | 75 | 373 | 23 | 114 | 0 | 2 | 435 | 140 | 75 |
| Binary | 11001100 | 111101 | 11111011 | 10011 | 1001100 | 0 | 10 | 100011101 | 1100000 | 111101 |
Color Harmonies of #CC3DFB
Complementary color
Monochromatic Colors of #CC3DFB
Black with #CC3DFB
Text Example
Text Example
White with #CC3DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3DFB; }
p { color: rgb(204,61,251); }
H1.HeaderClassName
{
color: #CC3DFB;
}
.AnyTagClassName
{
color: #CC3DFB;
}
</style>
background-color css
<style>
a { background-color: #CC3DFB; }
a { background-color: rgb(204,61,251); }
div.DivClassName
{
background-color: #CC3DFB;
}
.BgClassName
{
background-color: #CC3DFB;
}
</style>
border-color css
<style>
span { border-color: #CC3DFB; }
span { border-color: rgb(204,61,251); }
td.TdClassName
{
border-color: #CC3DFB;
}
.TagClassName
{
border-color: #CC3DFB;
}
</style>