Shades of Medium Orchid #CC32F1
Tints of Medium Orchid #CC32F1
RGB
CMYK
RGB Variations
Color information
#CC32F1 (or 0xCC32F1) is known color: Medium Orchid. HEX triplet: CC, 32 and F1. RGB value is (204,50,241). Sum of RGB (Red+Green+Blue) = 204+50+241=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 50 (19.92% from 255 or 10.10% from 495); Blue value is 241 (94.53% from 255 or 48.69% from 495); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC32F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC32F1 is #33CD0E. Grayscale: #757575. Windows color (decimal): -3394831 or 15807180. OLE color: 15807180.
HSL color Cylindrical-coordinate representation of color #CC32F1: hue angle of 288.38º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC32F1 is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 50 | 241 | - |
| CMYK | 0.15 | 0.79 | 0 | 0.05 |
| HSL | 288.38º | 0.87% | 0.57% | - |
| HSV(B) | 288.38º | 0.79% | 0.95% | - |
| XYZ | 41.92 | 21.47 | 85.15 | - |
| YUV | 117.82 | 197.52 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 241 | 0.15 | 0.79 | 0 | 0.05 | 288.38 | 0.87 | 0.57 |
| Hex | CC | 32 | F1 | F | 4F | 0 | 5 | 120 | 57 | 39 |
| Octal | 314 | 62 | 361 | 17 | 117 | 0 | 5 | 440 | 127 | 71 |
| Binary | 11001100 | 110010 | 11110001 | 1111 | 1001111 | 0 | 101 | 100100000 | 1010111 | 111001 |
Color Harmonies of #CC32F1
Complementary color
Monochromatic Colors of #CC32F1
Black with #CC32F1
Text Example
Text Example
White with #CC32F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC32F1; }
p { color: rgb(204,50,241); }
H1.HeaderClassName
{
color: #CC32F1;
}
.AnyTagClassName
{
color: #CC32F1;
}
</style>
background-color css
<style>
a { background-color: #CC32F1; }
a { background-color: rgb(204,50,241); }
div.DivClassName
{
background-color: #CC32F1;
}
.BgClassName
{
background-color: #CC32F1;
}
</style>
border-color css
<style>
span { border-color: #CC32F1; }
span { border-color: rgb(204,50,241); }
td.TdClassName
{
border-color: #CC32F1;
}
.TagClassName
{
border-color: #CC32F1;
}
</style>