Shades of Medium Orchid #CC45DF
Tints of Medium Orchid #CC45DF
RGB
CMYK
RGB Variations
Color information
#CC45DF (or 0xCC45DF) is known color: Medium Orchid. HEX triplet: CC, 45 and DF. RGB value is (204,69,223). Sum of RGB (Red+Green+Blue) = 204+69+223=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 69 (27.34% from 255 or 13.91% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC45DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC45DF is #33BA20. Grayscale: #7E7E7E. Windows color (decimal): -3389985 or 14632396. OLE color: 14632396.
HSL color Cylindrical-coordinate representation of color #CC45DF: hue angle of 292.6º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC45DF is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 69 | 223 | - |
| CMYK | 0.09 | 0.69 | 0 | 0.13 |
| HSL | 292.6º | 0.71% | 0.57% | - |
| HSV(B) | 292.6º | 0.69% | 0.87% | - |
| XYZ | 40.35 | 22.42 | 72.01 | - |
| YUV | 126.92 | 182.23 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 69 | 223 | 0.09 | 0.69 | 0 | 0.13 | 292.6 | 0.71 | 0.57 |
| Hex | CC | 45 | DF | 9 | 45 | 0 | D | 125 | 47 | 39 |
| Octal | 314 | 105 | 337 | 11 | 105 | 0 | 15 | 445 | 107 | 71 |
| Binary | 11001100 | 1000101 | 11011111 | 1001 | 1000101 | 0 | 1101 | 100100101 | 1000111 | 111001 |
Color Harmonies of #CC45DF
Complementary color
Monochromatic Colors of #CC45DF
Black with #CC45DF
Text Example
Text Example
White with #CC45DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC45DF; }
p { color: rgb(204,69,223); }
H1.HeaderClassName
{
color: #CC45DF;
}
.AnyTagClassName
{
color: #CC45DF;
}
</style>
background-color css
<style>
a { background-color: #CC45DF; }
a { background-color: rgb(204,69,223); }
div.DivClassName
{
background-color: #CC45DF;
}
.BgClassName
{
background-color: #CC45DF;
}
</style>
border-color css
<style>
span { border-color: #CC45DF; }
span { border-color: rgb(204,69,223); }
td.TdClassName
{
border-color: #CC45DF;
}
.TagClassName
{
border-color: #CC45DF;
}
</style>