Shades of Psychedelic Purple #CF13FF
Tints of Psychedelic Purple #CF13FF
RGB
CMYK
RGB Variations
Color information
#CF13FF (or 0xCF13FF) is known color: Psychedelic Purple. HEX triplet: CF, 13 and FF. RGB value is (207,19,255). Sum of RGB (Red+Green+Blue) = 207+19+255=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 19 (7.81% from 255 or 3.95% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF13FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF13FF is #30EC00. Grayscale: #656565. Windows color (decimal): -3206145 or 16716751. OLE color: 16716751.
HSL color Cylindrical-coordinate representation of color #CF13FF: hue angle of 287.8º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF13FF is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 19 | 255 | - |
| CMYK | 0.19 | 0.93 | 0 | 0 |
| HSL | 287.8º | 1% | 0.54% | - |
| HSV(B) | 287.8º | 0.93% | 1% | - |
| XYZ | 44.02 | 20.95 | 96.33 | - |
| YUV | 102.12 | 214.28 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 255 | 0.19 | 0.93 | 0 | 0 | 287.8 | 1 | 0.54 |
| Hex | CF | 13 | FF | 13 | 5D | 0 | 0 | 120 | 64 | 36 |
| Octal | 317 | 23 | 377 | 23 | 135 | 0 | 0 | 440 | 144 | 66 |
| Binary | 11001111 | 10011 | 11111111 | 10011 | 1011101 | 0 | 0 | 100100000 | 1100100 | 110110 |
Color Harmonies of #CF13FF
Complementary color
Monochromatic Colors of #CF13FF
Black with #CF13FF
Text Example
Text Example
White with #CF13FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF13FF; }
p { color: rgb(207,19,255); }
H1.HeaderClassName
{
color: #CF13FF;
}
.AnyTagClassName
{
color: #CF13FF;
}
</style>
background-color css
<style>
a { background-color: #CF13FF; }
a { background-color: rgb(207,19,255); }
div.DivClassName
{
background-color: #CF13FF;
}
.BgClassName
{
background-color: #CF13FF;
}
</style>
border-color css
<style>
span { border-color: #CF13FF; }
span { border-color: rgb(207,19,255); }
td.TdClassName
{
border-color: #CF13FF;
}
.TagClassName
{
border-color: #CF13FF;
}
</style>