Shades of Psychedelic Purple #CF28F6
Tints of Psychedelic Purple #CF28F6
RGB
CMYK
RGB Variations
Color information
#CF28F6 (or 0xCF28F6) is known color: Psychedelic Purple. HEX triplet: CF, 28 and F6. RGB value is (207,40,246). Sum of RGB (Red+Green+Blue) = 207+40+246=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 40 (16.02% from 255 or 8.11% from 493); Blue value is 246 (96.48% from 255 or 49.90% from 493); Max value from RGB is 246 - color contains mainly: blue. Hex color #CF28F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF28F6 is #30D709. Grayscale: #707070. Windows color (decimal): -3200778 or 16132303. OLE color: 16132303.
HSL color Cylindrical-coordinate representation of color #CF28F6: hue angle of 288.64º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF28F6 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 40 | 246 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.04 |
| HSL | 288.64º | 0.92% | 0.56% | - |
| HSV(B) | 288.64º | 0.84% | 0.96% | - |
| XYZ | 43.13 | 21.44 | 89.05 | - |
| YUV | 113.42 | 202.83 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 40 | 246 | 0.16 | 0.84 | 0 | 0.04 | 288.64 | 0.92 | 0.56 |
| Hex | CF | 28 | F6 | 10 | 54 | 0 | 4 | 121 | 5C | 38 |
| Octal | 317 | 50 | 366 | 20 | 124 | 0 | 4 | 441 | 134 | 70 |
| Binary | 11001111 | 101000 | 11110110 | 10000 | 1010100 | 0 | 100 | 100100001 | 1011100 | 111000 |
Color Harmonies of #CF28F6
Complementary color
Monochromatic Colors of #CF28F6
Black with #CF28F6
Text Example
Text Example
White with #CF28F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF28F6; }
p { color: rgb(207,40,246); }
H1.HeaderClassName
{
color: #CF28F6;
}
.AnyTagClassName
{
color: #CF28F6;
}
</style>
background-color css
<style>
a { background-color: #CF28F6; }
a { background-color: rgb(207,40,246); }
div.DivClassName
{
background-color: #CF28F6;
}
.BgClassName
{
background-color: #CF28F6;
}
</style>
border-color css
<style>
span { border-color: #CF28F6; }
span { border-color: rgb(207,40,246); }
td.TdClassName
{
border-color: #CF28F6;
}
.TagClassName
{
border-color: #CF28F6;
}
</style>