Shades of Medium Orchid #CC3BF1
Tints of Medium Orchid #CC3BF1
RGB
CMYK
RGB Variations
Color information
#CC3BF1 (or 0xCC3BF1) is known color: Medium Orchid. HEX triplet: CC, 3B and F1. RGB value is (204,59,241). Sum of RGB (Red+Green+Blue) = 204+59+241=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 59 (23.44% from 255 or 11.71% from 504); Blue value is 241 (94.53% from 255 or 47.82% from 504); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC3BF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3BF1 is #33C40E. Grayscale: #7A7A7A. Windows color (decimal): -3392527 or 15809484. OLE color: 15809484.
HSL color Cylindrical-coordinate representation of color #CC3BF1: hue angle of 287.8º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC3BF1 is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 59 | 241 | - |
| CMYK | 0.15 | 0.76 | 0 | 0.05 |
| HSL | 287.8º | 0.87% | 0.59% | - |
| HSV(B) | 287.8º | 0.76% | 0.95% | - |
| XYZ | 42.34 | 22.32 | 85.29 | - |
| YUV | 123.1 | 194.54 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 59 | 241 | 0.15 | 0.76 | 0 | 0.05 | 287.8 | 0.87 | 0.59 |
| Hex | CC | 3B | F1 | F | 4C | 0 | 5 | 120 | 57 | 3B |
| Octal | 314 | 73 | 361 | 17 | 114 | 0 | 5 | 440 | 127 | 73 |
| Binary | 11001100 | 111011 | 11110001 | 1111 | 1001100 | 0 | 101 | 100100000 | 1010111 | 111011 |
Color Harmonies of #CC3BF1
Complementary color
Monochromatic Colors of #CC3BF1
Black with #CC3BF1
Text Example
Text Example
White with #CC3BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3BF1; }
p { color: rgb(204,59,241); }
H1.HeaderClassName
{
color: #CC3BF1;
}
.AnyTagClassName
{
color: #CC3BF1;
}
</style>
background-color css
<style>
a { background-color: #CC3BF1; }
a { background-color: rgb(204,59,241); }
div.DivClassName
{
background-color: #CC3BF1;
}
.BgClassName
{
background-color: #CC3BF1;
}
</style>
border-color css
<style>
span { border-color: #CC3BF1; }
span { border-color: rgb(204,59,241); }
td.TdClassName
{
border-color: #CC3BF1;
}
.TagClassName
{
border-color: #CC3BF1;
}
</style>