Shades of Medium Orchid #CC4CF1
Tints of Medium Orchid #CC4CF1
RGB
CMYK
RGB Variations
Color information
#CC4CF1 (or 0xCC4CF1) is known color: Medium Orchid. HEX triplet: CC, 4C and F1. RGB value is (204,76,241). Sum of RGB (Red+Green+Blue) = 204+76+241=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 76 (30.08% from 255 or 14.59% from 521); Blue value is 241 (94.53% from 255 or 46.26% from 521); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC4CF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC4CF1 is #33B30E. Grayscale: #848484. Windows color (decimal): -3388175 or 15813836. OLE color: 15813836.
HSL color Cylindrical-coordinate representation of color #CC4CF1: hue angle of 286.55º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC4CF1 is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 76 | 241 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.05 |
| HSL | 286.55º | 0.85% | 0.62% | - |
| HSV(B) | 286.55º | 0.68% | 0.95% | - |
| XYZ | 43.36 | 24.36 | 85.63 | - |
| YUV | 133.08 | 188.91 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 76 | 241 | 0.15 | 0.68 | 0 | 0.05 | 286.55 | 0.85 | 0.62 |
| Hex | CC | 4C | F1 | F | 44 | 0 | 5 | 11F | 55 | 3E |
| Octal | 314 | 114 | 361 | 17 | 104 | 0 | 5 | 437 | 125 | 76 |
| Binary | 11001100 | 1001100 | 11110001 | 1111 | 1000100 | 0 | 101 | 100011111 | 1010101 | 111110 |
Color Harmonies of #CC4CF1
Complementary color
Monochromatic Colors of #CC4CF1
Black with #CC4CF1
Text Example
Text Example
White with #CC4CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4CF1; }
p { color: rgb(204,76,241); }
H1.HeaderClassName
{
color: #CC4CF1;
}
.AnyTagClassName
{
color: #CC4CF1;
}
</style>
background-color css
<style>
a { background-color: #CC4CF1; }
a { background-color: rgb(204,76,241); }
div.DivClassName
{
background-color: #CC4CF1;
}
.BgClassName
{
background-color: #CC4CF1;
}
</style>
border-color css
<style>
span { border-color: #CC4CF1; }
span { border-color: rgb(204,76,241); }
td.TdClassName
{
border-color: #CC4CF1;
}
.TagClassName
{
border-color: #CC4CF1;
}
</style>