Shades of Psychedelic Purple #CF09FC
Tints of Psychedelic Purple #CF09FC
RGB
CMYK
RGB Variations
Color information
#CF09FC (or 0xCF09FC) is known color: Psychedelic Purple. HEX triplet: CF, 09 and FC. RGB value is (207,9,252). Sum of RGB (Red+Green+Blue) = 207+9+252=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 9 (3.91% from 255 or 1.92% from 468); Blue value is 252 (98.83% from 255 or 53.85% from 468); Max value from RGB is 252 - color contains mainly: blue. Hex color #CF09FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF09FC is #30F603. Grayscale: #5F5F5F. Windows color (decimal): -3208708 or 16517583. OLE color: 16517583.
HSL color Cylindrical-coordinate representation of color #CF09FC: hue angle of 288.89º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF09FC is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 9 | 252 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.01 |
| HSL | 288.89º | 0.98% | 0.51% | - |
| HSV(B) | 288.89º | 0.96% | 0.99% | - |
| XYZ | 43.4 | 20.49 | 93.76 | - |
| YUV | 95.9 | 216.1 | 207.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 252 | 0.18 | 0.96 | 0 | 0.01 | 288.89 | 0.98 | 0.51 |
| Hex | CF | 9 | FC | 12 | 60 | 0 | 1 | 121 | 62 | 33 |
| Octal | 317 | 11 | 374 | 22 | 140 | 0 | 1 | 441 | 142 | 63 |
| Binary | 11001111 | 1001 | 11111100 | 10010 | 1100000 | 0 | 1 | 100100001 | 1100010 | 110011 |
Color Harmonies of #CF09FC
Complementary color
Monochromatic Colors of #CF09FC
Black with #CF09FC
Text Example
Text Example
White with #CF09FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF09FC; }
p { color: rgb(207,9,252); }
H1.HeaderClassName
{
color: #CF09FC;
}
.AnyTagClassName
{
color: #CF09FC;
}
</style>
background-color css
<style>
a { background-color: #CF09FC; }
a { background-color: rgb(207,9,252); }
div.DivClassName
{
background-color: #CF09FC;
}
.BgClassName
{
background-color: #CF09FC;
}
</style>
border-color css
<style>
span { border-color: #CF09FC; }
span { border-color: rgb(207,9,252); }
td.TdClassName
{
border-color: #CF09FC;
}
.TagClassName
{
border-color: #CF09FC;
}
</style>