Shades of Medium Orchid #CC3BF2
Tints of Medium Orchid #CC3BF2
RGB
CMYK
RGB Variations
Color information
#CC3BF2 (or 0xCC3BF2) is known color: Medium Orchid. HEX triplet: CC, 3B and F2. RGB value is (204,59,242). Sum of RGB (Red+Green+Blue) = 204+59+242=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 59 (23.44% from 255 or 11.68% from 505); Blue value is 242 (94.92% from 255 or 47.92% from 505); Max value from RGB is 242 - color contains mainly: blue. Hex color #CC3BF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3BF2 is #33C40D. Grayscale: #7A7A7A. Windows color (decimal): -3392526 or 15875020. OLE color: 15875020.
HSL color Cylindrical-coordinate representation of color #CC3BF2: hue angle of 287.54º degrees, saturation: 0.88, 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 #CC3BF2 is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 59 | 242 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.05 |
| HSL | 287.54º | 0.88% | 0.59% | - |
| HSV(B) | 287.54º | 0.76% | 0.95% | - |
| XYZ | 42.49 | 22.38 | 86.08 | - |
| YUV | 123.22 | 195.04 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 59 | 242 | 0.16 | 0.76 | 0 | 0.05 | 287.54 | 0.88 | 0.59 |
| Hex | CC | 3B | F2 | 10 | 4C | 0 | 5 | 120 | 58 | 3B |
| Octal | 314 | 73 | 362 | 20 | 114 | 0 | 5 | 440 | 130 | 73 |
| Binary | 11001100 | 111011 | 11110010 | 10000 | 1001100 | 0 | 101 | 100100000 | 1011000 | 111011 |
Color Harmonies of #CC3BF2
Complementary color
Monochromatic Colors of #CC3BF2
Black with #CC3BF2
Text Example
Text Example
White with #CC3BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3BF2; }
p { color: rgb(204,59,242); }
H1.HeaderClassName
{
color: #CC3BF2;
}
.AnyTagClassName
{
color: #CC3BF2;
}
</style>
background-color css
<style>
a { background-color: #CC3BF2; }
a { background-color: rgb(204,59,242); }
div.DivClassName
{
background-color: #CC3BF2;
}
.BgClassName
{
background-color: #CC3BF2;
}
</style>
border-color css
<style>
span { border-color: #CC3BF2; }
span { border-color: rgb(204,59,242); }
td.TdClassName
{
border-color: #CC3BF2;
}
.TagClassName
{
border-color: #CC3BF2;
}
</style>