Shades of Psychedelic Purple #CF15FB
Tints of Psychedelic Purple #CF15FB
RGB
CMYK
RGB Variations
Color information
#CF15FB (or 0xCF15FB) is known color: Psychedelic Purple. HEX triplet: CF, 15 and FB. RGB value is (207,21,251). Sum of RGB (Red+Green+Blue) = 207+21+251=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 21 (8.59% from 255 or 4.38% from 479); Blue value is 251 (98.44% from 255 or 52.40% from 479); Max value from RGB is 251 - color contains mainly: blue. Hex color #CF15FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF15FB is #30EA04. Grayscale: #666666. Windows color (decimal): -3205637 or 16455119. OLE color: 16455119.
HSL color Cylindrical-coordinate representation of color #CF15FB: hue angle of 288.52º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF15FB is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 21 | 251 | - |
| CMYK | 0.18 | 0.92 | 0 | 0.02 |
| HSL | 288.52º | 0.97% | 0.53% | - |
| HSV(B) | 288.52º | 0.92% | 0.98% | - |
| XYZ | 43.41 | 20.77 | 92.99 | - |
| YUV | 102.83 | 211.62 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 21 | 251 | 0.18 | 0.92 | 0 | 0.02 | 288.52 | 0.97 | 0.53 |
| Hex | CF | 15 | FB | 12 | 5C | 0 | 2 | 121 | 61 | 35 |
| Octal | 317 | 25 | 373 | 22 | 134 | 0 | 2 | 441 | 141 | 65 |
| Binary | 11001111 | 10101 | 11111011 | 10010 | 1011100 | 0 | 10 | 100100001 | 1100001 | 110101 |
Color Harmonies of #CF15FB
Complementary color
Monochromatic Colors of #CF15FB
Black with #CF15FB
Text Example
Text Example
White with #CF15FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF15FB; }
p { color: rgb(207,21,251); }
H1.HeaderClassName
{
color: #CF15FB;
}
.AnyTagClassName
{
color: #CF15FB;
}
</style>
background-color css
<style>
a { background-color: #CF15FB; }
a { background-color: rgb(207,21,251); }
div.DivClassName
{
background-color: #CF15FB;
}
.BgClassName
{
background-color: #CF15FB;
}
</style>
border-color css
<style>
span { border-color: #CF15FB; }
span { border-color: rgb(207,21,251); }
td.TdClassName
{
border-color: #CF15FB;
}
.TagClassName
{
border-color: #CF15FB;
}
</style>