Shades of Medium Orchid #CC5FDF
Tints of Medium Orchid #CC5FDF
RGB
CMYK
RGB Variations
Color information
#CC5FDF (or 0xCC5FDF) is known color: Medium Orchid. HEX triplet: CC, 5F and DF. RGB value is (204,95,223). Sum of RGB (Red+Green+Blue) = 204+95+223=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 95 (37.5% from 255 or 18.20% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC5FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5FDF is #33A020. Grayscale: #8D8D8D. Windows color (decimal): -3383329 or 14639052. OLE color: 14639052.
HSL color Cylindrical-coordinate representation of color #CC5FDF: hue angle of 291.09º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC5FDF is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 95 | 223 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.13 |
| HSL | 291.09º | 0.67% | 0.62% | - |
| HSV(B) | 291.09º | 0.57% | 0.87% | - |
| XYZ | 42.31 | 26.35 | 72.67 | - |
| YUV | 142.18 | 173.61 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 95 | 223 | 0.09 | 0.57 | 0 | 0.13 | 291.09 | 0.67 | 0.62 |
| Hex | CC | 5F | DF | 9 | 39 | 0 | D | 123 | 43 | 3E |
| Octal | 314 | 137 | 337 | 11 | 71 | 0 | 15 | 443 | 103 | 76 |
| Binary | 11001100 | 1011111 | 11011111 | 1001 | 111001 | 0 | 1101 | 100100011 | 1000011 | 111110 |
Color Harmonies of #CC5FDF
Complementary color
Monochromatic Colors of #CC5FDF
Black with #CC5FDF
Text Example
Text Example
White with #CC5FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5FDF; }
p { color: rgb(204,95,223); }
H1.HeaderClassName
{
color: #CC5FDF;
}
.AnyTagClassName
{
color: #CC5FDF;
}
</style>
background-color css
<style>
a { background-color: #CC5FDF; }
a { background-color: rgb(204,95,223); }
div.DivClassName
{
background-color: #CC5FDF;
}
.BgClassName
{
background-color: #CC5FDF;
}
</style>
border-color css
<style>
span { border-color: #CC5FDF; }
span { border-color: rgb(204,95,223); }
td.TdClassName
{
border-color: #CC5FDF;
}
.TagClassName
{
border-color: #CC5FDF;
}
</style>