Shades of Psychedelic Purple #CF09FF
Tints of Psychedelic Purple #CF09FF
RGB
CMYK
RGB Variations
Color information
#CF09FF (or 0xCF09FF) is known color: Psychedelic Purple. HEX triplet: CF, 09 and FF. RGB value is (207,9,255). Sum of RGB (Red+Green+Blue) = 207+9+255=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 9 (3.91% from 255 or 1.91% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF09FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF09FF is #30F600. Grayscale: #5F5F5F. Windows color (decimal): -3208705 or 16714191. OLE color: 16714191.
HSL color Cylindrical-coordinate representation of color #CF09FF: hue angle of 288.29º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF09FF is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 9 | 255 | - |
| CMYK | 0.19 | 0.96 | 0 | 0 |
| HSL | 288.29º | 1% | 0.52% | - |
| HSV(B) | 288.29º | 0.96% | 1% | - |
| XYZ | 43.88 | 20.68 | 96.29 | - |
| YUV | 96.25 | 217.6 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 255 | 0.19 | 0.96 | 0 | 0 | 288.29 | 1 | 0.52 |
| Hex | CF | 9 | FF | 13 | 60 | 0 | 0 | 120 | 64 | 34 |
| Octal | 317 | 11 | 377 | 23 | 140 | 0 | 0 | 440 | 144 | 64 |
| Binary | 11001111 | 1001 | 11111111 | 10011 | 1100000 | 0 | 0 | 100100000 | 1100100 | 110100 |
Color Harmonies of #CF09FF
Complementary color
Monochromatic Colors of #CF09FF
Black with #CF09FF
Text Example
Text Example
White with #CF09FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF09FF; }
p { color: rgb(207,9,255); }
H1.HeaderClassName
{
color: #CF09FF;
}
.AnyTagClassName
{
color: #CF09FF;
}
</style>
background-color css
<style>
a { background-color: #CF09FF; }
a { background-color: rgb(207,9,255); }
div.DivClassName
{
background-color: #CF09FF;
}
.BgClassName
{
background-color: #CF09FF;
}
</style>
border-color css
<style>
span { border-color: #CF09FF; }
span { border-color: rgb(207,9,255); }
td.TdClassName
{
border-color: #CF09FF;
}
.TagClassName
{
border-color: #CF09FF;
}
</style>