Shades of Medium Orchid #CC38DF
Tints of Medium Orchid #CC38DF
RGB
CMYK
RGB Variations
Color information
#CC38DF (or 0xCC38DF) is known color: Medium Orchid. HEX triplet: CC, 38 and DF. RGB value is (204,56,223). Sum of RGB (Red+Green+Blue) = 204+56+223=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 56 (22.27% from 255 or 11.59% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC38DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC38DF is #33C720. Grayscale: #767676. Windows color (decimal): -3393313 or 14629068. OLE color: 14629068.
HSL color Cylindrical-coordinate representation of color #CC38DF: hue angle of 293.17º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC38DF is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 56 | 223 | - |
| CMYK | 0.09 | 0.75 | 0 | 0.13 |
| HSL | 293.17º | 0.72% | 0.55% | - |
| HSV(B) | 293.17º | 0.75% | 0.87% | - |
| XYZ | 39.64 | 20.99 | 71.78 | - |
| YUV | 119.29 | 186.53 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 56 | 223 | 0.09 | 0.75 | 0 | 0.13 | 293.17 | 0.72 | 0.55 |
| Hex | CC | 38 | DF | 9 | 4B | 0 | D | 125 | 48 | 37 |
| Octal | 314 | 70 | 337 | 11 | 113 | 0 | 15 | 445 | 110 | 67 |
| Binary | 11001100 | 111000 | 11011111 | 1001 | 1001011 | 0 | 1101 | 100100101 | 1001000 | 110111 |
Color Harmonies of #CC38DF
Complementary color
Monochromatic Colors of #CC38DF
Black with #CC38DF
Text Example
Text Example
White with #CC38DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC38DF; }
p { color: rgb(204,56,223); }
H1.HeaderClassName
{
color: #CC38DF;
}
.AnyTagClassName
{
color: #CC38DF;
}
</style>
background-color css
<style>
a { background-color: #CC38DF; }
a { background-color: rgb(204,56,223); }
div.DivClassName
{
background-color: #CC38DF;
}
.BgClassName
{
background-color: #CC38DF;
}
</style>
border-color css
<style>
span { border-color: #CC38DF; }
span { border-color: rgb(204,56,223); }
td.TdClassName
{
border-color: #CC38DF;
}
.TagClassName
{
border-color: #CC38DF;
}
</style>