Shades of Medium Orchid #CC3BDF
Tints of Medium Orchid #CC3BDF
RGB
CMYK
RGB Variations
Color information
#CC3BDF (or 0xCC3BDF) is known color: Medium Orchid. HEX triplet: CC, 3B and DF. RGB value is (204,59,223). Sum of RGB (Red+Green+Blue) = 204+59+223=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 59 (23.44% from 255 or 12.14% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC3BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3BDF is #33C420. Grayscale: #787878. Windows color (decimal): -3392545 or 14629836. OLE color: 14629836.
HSL color Cylindrical-coordinate representation of color #CC3BDF: hue angle of 293.05º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC3BDF is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 59 | 223 | - |
| CMYK | 0.09 | 0.74 | 0 | 0.13 |
| HSL | 293.05º | 0.72% | 0.55% | - |
| HSV(B) | 293.05º | 0.74% | 0.87% | - |
| XYZ | 39.79 | 21.29 | 71.83 | - |
| YUV | 121.05 | 185.54 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 59 | 223 | 0.09 | 0.74 | 0 | 0.13 | 293.05 | 0.72 | 0.55 |
| Hex | CC | 3B | DF | 9 | 4A | 0 | D | 125 | 48 | 37 |
| Octal | 314 | 73 | 337 | 11 | 112 | 0 | 15 | 445 | 110 | 67 |
| Binary | 11001100 | 111011 | 11011111 | 1001 | 1001010 | 0 | 1101 | 100100101 | 1001000 | 110111 |
Color Harmonies of #CC3BDF
Complementary color
Monochromatic Colors of #CC3BDF
Black with #CC3BDF
Text Example
Text Example
White with #CC3BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3BDF; }
p { color: rgb(204,59,223); }
H1.HeaderClassName
{
color: #CC3BDF;
}
.AnyTagClassName
{
color: #CC3BDF;
}
</style>
background-color css
<style>
a { background-color: #CC3BDF; }
a { background-color: rgb(204,59,223); }
div.DivClassName
{
background-color: #CC3BDF;
}
.BgClassName
{
background-color: #CC3BDF;
}
</style>
border-color css
<style>
span { border-color: #CC3BDF; }
span { border-color: rgb(204,59,223); }
td.TdClassName
{
border-color: #CC3BDF;
}
.TagClassName
{
border-color: #CC3BDF;
}
</style>