Shades of Psychedelic Purple #CF1FFF
Tints of Psychedelic Purple #CF1FFF
RGB
CMYK
RGB Variations
Color information
#CF1FFF (or 0xCF1FFF) is known color: Psychedelic Purple. HEX triplet: CF, 1F and FF. RGB value is (207,31,255). Sum of RGB (Red+Green+Blue) = 207+31+255=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 31 (12.5% from 255 or 6.29% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF1FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF1FFF is #30E000. Grayscale: #6C6C6C. Windows color (decimal): -3203073 or 16719823. OLE color: 16719823.
HSL color Cylindrical-coordinate representation of color #CF1FFF: hue angle of 287.14º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF1FFF is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 31 | 255 | - |
| CMYK | 0.19 | 0.88 | 0 | 0 |
| HSL | 287.14º | 1% | 0.56% | - |
| HSV(B) | 287.14º | 0.88% | 1% | - |
| XYZ | 44.27 | 21.47 | 96.42 | - |
| YUV | 109.16 | 210.31 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 31 | 255 | 0.19 | 0.88 | 0 | 0 | 287.14 | 1 | 0.56 |
| Hex | CF | 1F | FF | 13 | 58 | 0 | 0 | 11F | 64 | 38 |
| Octal | 317 | 37 | 377 | 23 | 130 | 0 | 0 | 437 | 144 | 70 |
| Binary | 11001111 | 11111 | 11111111 | 10011 | 1011000 | 0 | 0 | 100011111 | 1100100 | 111000 |
Color Harmonies of #CF1FFF
Complementary color
Monochromatic Colors of #CF1FFF
Black with #CF1FFF
Text Example
Text Example
White with #CF1FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1FFF; }
p { color: rgb(207,31,255); }
H1.HeaderClassName
{
color: #CF1FFF;
}
.AnyTagClassName
{
color: #CF1FFF;
}
</style>
background-color css
<style>
a { background-color: #CF1FFF; }
a { background-color: rgb(207,31,255); }
div.DivClassName
{
background-color: #CF1FFF;
}
.BgClassName
{
background-color: #CF1FFF;
}
</style>
border-color css
<style>
span { border-color: #CF1FFF; }
span { border-color: rgb(207,31,255); }
td.TdClassName
{
border-color: #CF1FFF;
}
.TagClassName
{
border-color: #CF1FFF;
}
</style>