Shades of Psychedelic Purple #CF1FF0
Tints of Psychedelic Purple #CF1FF0
RGB
CMYK
RGB Variations
Color information
#CF1FF0 (or 0xCF1FF0) is known color: Psychedelic Purple. HEX triplet: CF, 1F and F0. RGB value is (207,31,240). Sum of RGB (Red+Green+Blue) = 207+31+240=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 31 (12.5% from 255 or 6.49% from 478); Blue value is 240 (94.14% from 255 or 50.21% from 478); Max value from RGB is 240 - color contains mainly: blue. Hex color #CF1FF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF1FF0 is #30E00F. Grayscale: #6A6A6A. Windows color (decimal): -3203088 or 15736783. OLE color: 15736783.
HSL color Cylindrical-coordinate representation of color #CF1FF0: hue angle of 290.53º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF1FF0 is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 31 | 240 | - |
| CMYK | 0.14 | 0.87 | 0 | 0.06 |
| HSL | 290.53º | 0.87% | 0.53% | - |
| HSV(B) | 290.53º | 0.87% | 0.94% | - |
| XYZ | 41.95 | 20.54 | 84.19 | - |
| YUV | 107.45 | 202.81 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 31 | 240 | 0.14 | 0.87 | 0 | 0.06 | 290.53 | 0.87 | 0.53 |
| Hex | CF | 1F | F0 | E | 57 | 0 | 6 | 123 | 57 | 35 |
| Octal | 317 | 37 | 360 | 16 | 127 | 0 | 6 | 443 | 127 | 65 |
| Binary | 11001111 | 11111 | 11110000 | 1110 | 1010111 | 0 | 110 | 100100011 | 1010111 | 110101 |
Color Harmonies of #CF1FF0
Complementary color
Monochromatic Colors of #CF1FF0
Black with #CF1FF0
Text Example
Text Example
White with #CF1FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1FF0; }
p { color: rgb(207,31,240); }
H1.HeaderClassName
{
color: #CF1FF0;
}
.AnyTagClassName
{
color: #CF1FF0;
}
</style>
background-color css
<style>
a { background-color: #CF1FF0; }
a { background-color: rgb(207,31,240); }
div.DivClassName
{
background-color: #CF1FF0;
}
.BgClassName
{
background-color: #CF1FF0;
}
</style>
border-color css
<style>
span { border-color: #CF1FF0; }
span { border-color: rgb(207,31,240); }
td.TdClassName
{
border-color: #CF1FF0;
}
.TagClassName
{
border-color: #CF1FF0;
}
</style>