Shades of Psychedelic Purple #CF0DF1
Tints of Psychedelic Purple #CF0DF1
RGB
CMYK
RGB Variations
Color information
#CF0DF1 (or 0xCF0DF1) is known color: Psychedelic Purple. HEX triplet: CF, 0D and F1. RGB value is (207,13,241). Sum of RGB (Red+Green+Blue) = 207+13+241=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 13 (5.47% from 255 or 2.82% from 461); Blue value is 241 (94.53% from 255 or 52.28% from 461); Max value from RGB is 241 - color contains mainly: blue. Hex color #CF0DF1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF0DF1 is #30F20E. Grayscale: #606060. Windows color (decimal): -3207695 or 15797711. OLE color: 15797711.
HSL color Cylindrical-coordinate representation of color #CF0DF1: hue angle of 291.05º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF0DF1 is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 13 | 241 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.05 |
| HSL | 291.05º | 0.9% | 0.5% | - |
| HSV(B) | 291.05º | 0.95% | 0.95% | - |
| XYZ | 41.75 | 19.9 | 84.86 | - |
| YUV | 97 | 209.27 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 13 | 241 | 0.14 | 0.95 | 0 | 0.05 | 291.05 | 0.9 | 0.5 |
| Hex | CF | D | F1 | E | 5F | 0 | 5 | 123 | 5A | 32 |
| Octal | 317 | 15 | 361 | 16 | 137 | 0 | 5 | 443 | 132 | 62 |
| Binary | 11001111 | 1101 | 11110001 | 1110 | 1011111 | 0 | 101 | 100100011 | 1011010 | 110010 |
Color Harmonies of #CF0DF1
Complementary color
Monochromatic Colors of #CF0DF1
Black with #CF0DF1
Text Example
Text Example
White with #CF0DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0DF1; }
p { color: rgb(207,13,241); }
H1.HeaderClassName
{
color: #CF0DF1;
}
.AnyTagClassName
{
color: #CF0DF1;
}
</style>
background-color css
<style>
a { background-color: #CF0DF1; }
a { background-color: rgb(207,13,241); }
div.DivClassName
{
background-color: #CF0DF1;
}
.BgClassName
{
background-color: #CF0DF1;
}
</style>
border-color css
<style>
span { border-color: #CF0DF1; }
span { border-color: rgb(207,13,241); }
td.TdClassName
{
border-color: #CF0DF1;
}
.TagClassName
{
border-color: #CF0DF1;
}
</style>