Shades of Medium Orchid #CC3AF2
Tints of Medium Orchid #CC3AF2
RGB
CMYK
RGB Variations
Color information
#CC3AF2 (or 0xCC3AF2) is known color: Medium Orchid. HEX triplet: CC, 3A and F2. RGB value is (204,58,242). Sum of RGB (Red+Green+Blue) = 204+58+242=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 58 (23.05% from 255 or 11.51% from 504); Blue value is 242 (94.92% from 255 or 48.02% from 504); Max value from RGB is 242 - color contains mainly: blue. Hex color #CC3AF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3AF2 is #33C50D. Grayscale: #7A7A7A. Windows color (decimal): -3392782 or 15874764. OLE color: 15874764.
HSL color Cylindrical-coordinate representation of color #CC3AF2: hue angle of 287.61º 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 #CC3AF2 is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 58 | 242 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.05 |
| HSL | 287.61º | 0.88% | 0.59% | - |
| HSV(B) | 287.61º | 0.76% | 0.95% | - |
| XYZ | 42.44 | 22.27 | 86.07 | - |
| YUV | 122.63 | 195.37 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 58 | 242 | 0.16 | 0.76 | 0 | 0.05 | 287.61 | 0.88 | 0.59 |
| Hex | CC | 3A | F2 | 10 | 4C | 0 | 5 | 120 | 58 | 3B |
| Octal | 314 | 72 | 362 | 20 | 114 | 0 | 5 | 440 | 130 | 73 |
| Binary | 11001100 | 111010 | 11110010 | 10000 | 1001100 | 0 | 101 | 100100000 | 1011000 | 111011 |
Color Harmonies of #CC3AF2
Complementary color
Monochromatic Colors of #CC3AF2
Black with #CC3AF2
Text Example
Text Example
White with #CC3AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3AF2; }
p { color: rgb(204,58,242); }
H1.HeaderClassName
{
color: #CC3AF2;
}
.AnyTagClassName
{
color: #CC3AF2;
}
</style>
background-color css
<style>
a { background-color: #CC3AF2; }
a { background-color: rgb(204,58,242); }
div.DivClassName
{
background-color: #CC3AF2;
}
.BgClassName
{
background-color: #CC3AF2;
}
</style>
border-color css
<style>
span { border-color: #CC3AF2; }
span { border-color: rgb(204,58,242); }
td.TdClassName
{
border-color: #CC3AF2;
}
.TagClassName
{
border-color: #CC3AF2;
}
</style>