Shades of Psychedelic Purple #CF1CF6
Tints of Psychedelic Purple #CF1CF6
RGB
CMYK
RGB Variations
Color information
#CF1CF6 (or 0xCF1CF6) is known color: Psychedelic Purple. HEX triplet: CF, 1C and F6. RGB value is (207,28,246). Sum of RGB (Red+Green+Blue) = 207+28+246=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 28 (11.33% from 255 or 5.82% from 481); Blue value is 246 (96.48% from 255 or 51.14% from 481); Max value from RGB is 246 - color contains mainly: blue. Hex color #CF1CF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF1CF6 is #30E309. Grayscale: #696969. Windows color (decimal): -3203850 or 16129231. OLE color: 16129231.
HSL color Cylindrical-coordinate representation of color #CF1CF6: hue angle of 289.27º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF1CF6 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 28 | 246 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.04 |
| HSL | 289.27º | 0.92% | 0.54% | - |
| HSV(B) | 289.27º | 0.89% | 0.96% | - |
| XYZ | 42.78 | 20.75 | 88.94 | - |
| YUV | 106.37 | 206.8 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 28 | 246 | 0.16 | 0.89 | 0 | 0.04 | 289.27 | 0.92 | 0.54 |
| Hex | CF | 1C | F6 | 10 | 59 | 0 | 4 | 121 | 5C | 36 |
| Octal | 317 | 34 | 366 | 20 | 131 | 0 | 4 | 441 | 134 | 66 |
| Binary | 11001111 | 11100 | 11110110 | 10000 | 1011001 | 0 | 100 | 100100001 | 1011100 | 110110 |
Color Harmonies of #CF1CF6
Complementary color
Monochromatic Colors of #CF1CF6
Black with #CF1CF6
Text Example
Text Example
White with #CF1CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1CF6; }
p { color: rgb(207,28,246); }
H1.HeaderClassName
{
color: #CF1CF6;
}
.AnyTagClassName
{
color: #CF1CF6;
}
</style>
background-color css
<style>
a { background-color: #CF1CF6; }
a { background-color: rgb(207,28,246); }
div.DivClassName
{
background-color: #CF1CF6;
}
.BgClassName
{
background-color: #CF1CF6;
}
</style>
border-color css
<style>
span { border-color: #CF1CF6; }
span { border-color: rgb(207,28,246); }
td.TdClassName
{
border-color: #CF1CF6;
}
.TagClassName
{
border-color: #CF1CF6;
}
</style>