Shades of Psychedelic Purple #CF29FD
Tints of Psychedelic Purple #CF29FD
RGB
CMYK
RGB Variations
Color information
#CF29FD (or 0xCF29FD) is known color: Psychedelic Purple. HEX triplet: CF, 29 and FD. RGB value is (207,41,253). Sum of RGB (Red+Green+Blue) = 207+41+253=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 41 (16.41% from 255 or 8.18% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #CF29FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF29FD is #30D602. Grayscale: #727272. Windows color (decimal): -3200515 or 16591311. OLE color: 16591311.
HSL color Cylindrical-coordinate representation of color #CF29FD: hue angle of 286.98º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF29FD is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 41 | 253 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.01 |
| HSL | 286.98º | 0.98% | 0.58% | - |
| HSV(B) | 286.98º | 0.84% | 0.99% | - |
| XYZ | 44.25 | 21.94 | 94.83 | - |
| YUV | 114.8 | 206 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 41 | 253 | 0.18 | 0.84 | 0 | 0.01 | 286.98 | 0.98 | 0.58 |
| Hex | CF | 29 | FD | 12 | 54 | 0 | 1 | 11F | 62 | 3A |
| Octal | 317 | 51 | 375 | 22 | 124 | 0 | 1 | 437 | 142 | 72 |
| Binary | 11001111 | 101001 | 11111101 | 10010 | 1010100 | 0 | 1 | 100011111 | 1100010 | 111010 |
Color Harmonies of #CF29FD
Complementary color
Monochromatic Colors of #CF29FD
Black with #CF29FD
Text Example
Text Example
White with #CF29FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF29FD; }
p { color: rgb(207,41,253); }
H1.HeaderClassName
{
color: #CF29FD;
}
.AnyTagClassName
{
color: #CF29FD;
}
</style>
background-color css
<style>
a { background-color: #CF29FD; }
a { background-color: rgb(207,41,253); }
div.DivClassName
{
background-color: #CF29FD;
}
.BgClassName
{
background-color: #CF29FD;
}
</style>
border-color css
<style>
span { border-color: #CF29FD; }
span { border-color: rgb(207,41,253); }
td.TdClassName
{
border-color: #CF29FD;
}
.TagClassName
{
border-color: #CF29FD;
}
</style>