Shades of Psychedelic Purple #CF1CF8
Tints of Psychedelic Purple #CF1CF8
RGB
CMYK
RGB Variations
Color information
#CF1CF8 (or 0xCF1CF8) is known color: Psychedelic Purple. HEX triplet: CF, 1C and F8. RGB value is (207,28,248). Sum of RGB (Red+Green+Blue) = 207+28+248=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 28 (11.33% from 255 or 5.80% from 483); Blue value is 248 (97.27% from 255 or 51.35% from 483); Max value from RGB is 248 - color contains mainly: blue. Hex color #CF1CF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF1CF8 is #30E307. Grayscale: #696969. Windows color (decimal): -3203848 or 16260303. OLE color: 16260303.
HSL color Cylindrical-coordinate representation of color #CF1CF8: hue angle of 288.82º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF1CF8 is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 28 | 248 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.03 |
| HSL | 288.82º | 0.94% | 0.54% | - |
| HSV(B) | 288.82º | 0.89% | 0.97% | - |
| XYZ | 43.09 | 20.87 | 90.56 | - |
| YUV | 106.6 | 207.8 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 28 | 248 | 0.17 | 0.89 | 0 | 0.03 | 288.82 | 0.94 | 0.54 |
| Hex | CF | 1C | F8 | 11 | 59 | 0 | 3 | 121 | 5E | 36 |
| Octal | 317 | 34 | 370 | 21 | 131 | 0 | 3 | 441 | 136 | 66 |
| Binary | 11001111 | 11100 | 11111000 | 10001 | 1011001 | 0 | 11 | 100100001 | 1011110 | 110110 |
Color Harmonies of #CF1CF8
Complementary color
Monochromatic Colors of #CF1CF8
Black with #CF1CF8
Text Example
Text Example
White with #CF1CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1CF8; }
p { color: rgb(207,28,248); }
H1.HeaderClassName
{
color: #CF1CF8;
}
.AnyTagClassName
{
color: #CF1CF8;
}
</style>
background-color css
<style>
a { background-color: #CF1CF8; }
a { background-color: rgb(207,28,248); }
div.DivClassName
{
background-color: #CF1CF8;
}
.BgClassName
{
background-color: #CF1CF8;
}
</style>
border-color css
<style>
span { border-color: #CF1CF8; }
span { border-color: rgb(207,28,248); }
td.TdClassName
{
border-color: #CF1CF8;
}
.TagClassName
{
border-color: #CF1CF8;
}
</style>