Shades of Medium Orchid #CC36F2
Tints of Medium Orchid #CC36F2
RGB
CMYK
RGB Variations
Color information
#CC36F2 (or 0xCC36F2) is known color: Medium Orchid. HEX triplet: CC, 36 and F2. RGB value is (204,54,242). Sum of RGB (Red+Green+Blue) = 204+54+242=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 54 (21.48% from 255 or 10.8% from 500); Blue value is 242 (94.92% from 255 or 48.4% from 500); Max value from RGB is 242 - color contains mainly: blue. Hex color #CC36F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC36F2 is #33C90D. Grayscale: #777777. Windows color (decimal): -3393806 or 15873740. OLE color: 15873740.
HSL color Cylindrical-coordinate representation of color #CC36F2: hue angle of 287.87º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC36F2 is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 54 | 242 | - |
| CMYK | 0.16 | 0.78 | 0 | 0.05 |
| HSL | 287.87º | 0.88% | 0.58% | - |
| HSV(B) | 287.87º | 0.78% | 0.95% | - |
| XYZ | 42.25 | 21.89 | 86 | - |
| YUV | 120.28 | 196.7 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 242 | 0.16 | 0.78 | 0 | 0.05 | 287.87 | 0.88 | 0.58 |
| Hex | CC | 36 | F2 | 10 | 4E | 0 | 5 | 120 | 58 | 3A |
| Octal | 314 | 66 | 362 | 20 | 116 | 0 | 5 | 440 | 130 | 72 |
| Binary | 11001100 | 110110 | 11110010 | 10000 | 1001110 | 0 | 101 | 100100000 | 1011000 | 111010 |
Color Harmonies of #CC36F2
Complementary color
Monochromatic Colors of #CC36F2
Black with #CC36F2
Text Example
Text Example
White with #CC36F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC36F2; }
p { color: rgb(204,54,242); }
H1.HeaderClassName
{
color: #CC36F2;
}
.AnyTagClassName
{
color: #CC36F2;
}
</style>
background-color css
<style>
a { background-color: #CC36F2; }
a { background-color: rgb(204,54,242); }
div.DivClassName
{
background-color: #CC36F2;
}
.BgClassName
{
background-color: #CC36F2;
}
</style>
border-color css
<style>
span { border-color: #CC36F2; }
span { border-color: rgb(204,54,242); }
td.TdClassName
{
border-color: #CC36F2;
}
.TagClassName
{
border-color: #CC36F2;
}
</style>