Shades of Medium Orchid #CF36FC
Tints of Medium Orchid #CF36FC
RGB
CMYK
RGB Variations
Color information
#CF36FC (or 0xCF36FC) is known color: Medium Orchid. HEX triplet: CF, 36 and FC. RGB value is (207,54,252). Sum of RGB (Red+Green+Blue) = 207+54+252=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 54 (21.48% from 255 or 10.53% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #CF36FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF36FC is #30C903. Grayscale: #797979. Windows color (decimal): -3197188 or 16529103. OLE color: 16529103.
HSL color Cylindrical-coordinate representation of color #CF36FC: hue angle of 286.36º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF36FC is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 54 | 252 | - |
| CMYK | 0.18 | 0.79 | 0 | 0.01 |
| HSL | 286.36º | 0.97% | 0.6% | - |
| HSV(B) | 286.36º | 0.79% | 0.99% | - |
| XYZ | 44.62 | 22.93 | 94.17 | - |
| YUV | 122.32 | 201.19 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 54 | 252 | 0.18 | 0.79 | 0 | 0.01 | 286.36 | 0.97 | 0.6 |
| Hex | CF | 36 | FC | 12 | 4F | 0 | 1 | 11E | 61 | 3C |
| Octal | 317 | 66 | 374 | 22 | 117 | 0 | 1 | 436 | 141 | 74 |
| Binary | 11001111 | 110110 | 11111100 | 10010 | 1001111 | 0 | 1 | 100011110 | 1100001 | 111100 |
Color Harmonies of #CF36FC
Complementary color
Monochromatic Colors of #CF36FC
Black with #CF36FC
Text Example
Text Example
White with #CF36FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF36FC; }
p { color: rgb(207,54,252); }
H1.HeaderClassName
{
color: #CF36FC;
}
.AnyTagClassName
{
color: #CF36FC;
}
</style>
background-color css
<style>
a { background-color: #CF36FC; }
a { background-color: rgb(207,54,252); }
div.DivClassName
{
background-color: #CF36FC;
}
.BgClassName
{
background-color: #CF36FC;
}
</style>
border-color css
<style>
span { border-color: #CF36FC; }
span { border-color: rgb(207,54,252); }
td.TdClassName
{
border-color: #CF36FC;
}
.TagClassName
{
border-color: #CF36FC;
}
</style>