Shades of Medium Orchid #CC36F9
Tints of Medium Orchid #CC36F9
RGB
CMYK
RGB Variations
Color information
#CC36F9 (or 0xCC36F9) is known color: Medium Orchid. HEX triplet: CC, 36 and F9. RGB value is (204,54,249). Sum of RGB (Red+Green+Blue) = 204+54+249=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 54 (21.48% from 255 or 10.65% from 507); Blue value is 249 (97.66% from 255 or 49.11% from 507); Max value from RGB is 249 - color contains mainly: blue. Hex color #CC36F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC36F9 is #33C906. Grayscale: #787878. Windows color (decimal): -3393799 or 16332492. OLE color: 16332492.
HSL color Cylindrical-coordinate representation of color #CC36F9: hue angle of 286.15º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC36F9 is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 54 | 249 | - |
| CMYK | 0.18 | 0.78 | 0 | 0.02 |
| HSL | 286.15º | 0.94% | 0.59% | - |
| HSV(B) | 286.15º | 0.78% | 0.98% | - |
| XYZ | 43.32 | 22.32 | 91.65 | - |
| YUV | 121.08 | 200.2 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 249 | 0.18 | 0.78 | 0 | 0.02 | 286.15 | 0.94 | 0.59 |
| Hex | CC | 36 | F9 | 12 | 4E | 0 | 2 | 11E | 5E | 3B |
| Octal | 314 | 66 | 371 | 22 | 116 | 0 | 2 | 436 | 136 | 73 |
| Binary | 11001100 | 110110 | 11111001 | 10010 | 1001110 | 0 | 10 | 100011110 | 1011110 | 111011 |
Color Harmonies of #CC36F9
Complementary color
Monochromatic Colors of #CC36F9
Black with #CC36F9
Text Example
Text Example
White with #CC36F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC36F9; }
p { color: rgb(204,54,249); }
H1.HeaderClassName
{
color: #CC36F9;
}
.AnyTagClassName
{
color: #CC36F9;
}
</style>
background-color css
<style>
a { background-color: #CC36F9; }
a { background-color: rgb(204,54,249); }
div.DivClassName
{
background-color: #CC36F9;
}
.BgClassName
{
background-color: #CC36F9;
}
</style>
border-color css
<style>
span { border-color: #CC36F9; }
span { border-color: rgb(204,54,249); }
td.TdClassName
{
border-color: #CC36F9;
}
.TagClassName
{
border-color: #CC36F9;
}
</style>