Shades of Psychedelic Purple #CF0CFE
Tints of Psychedelic Purple #CF0CFE
RGB
CMYK
RGB Variations
Color information
#CF0CFE (or 0xCF0CFE) is known color: Psychedelic Purple. HEX triplet: CF, 0C and FE. RGB value is (207,12,254). Sum of RGB (Red+Green+Blue) = 207+12+254=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 12 (5.08% from 255 or 2.54% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #CF0CFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF0CFE is #30F301. Grayscale: #616161. Windows color (decimal): -3207938 or 16649423. OLE color: 16649423.
HSL color Cylindrical-coordinate representation of color #CF0CFE: hue angle of 288.35º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF0CFE is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 12 | 254 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.00 |
| HSL | 288.35º | 0.99% | 0.52% | - |
| HSV(B) | 288.35º | 0.95% | 1% | - |
| XYZ | 43.75 | 20.68 | 95.45 | - |
| YUV | 97.89 | 216.1 | 205.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 12 | 254 | 0.19 | 0.95 | 0 | 0.00 | 288.35 | 0.99 | 0.52 |
| Hex | CF | C | FE | 13 | 5F | 0 | 0 | 120 | 63 | 34 |
| Octal | 317 | 14 | 376 | 23 | 137 | 0 | 0 | 440 | 143 | 64 |
| Binary | 11001111 | 1100 | 11111110 | 10011 | 1011111 | 0 | 0 | 100100000 | 1100011 | 110100 |
Color Harmonies of #CF0CFE
Complementary color
Monochromatic Colors of #CF0CFE
Black with #CF0CFE
Text Example
Text Example
White with #CF0CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0CFE; }
p { color: rgb(207,12,254); }
H1.HeaderClassName
{
color: #CF0CFE;
}
.AnyTagClassName
{
color: #CF0CFE;
}
</style>
background-color css
<style>
a { background-color: #CF0CFE; }
a { background-color: rgb(207,12,254); }
div.DivClassName
{
background-color: #CF0CFE;
}
.BgClassName
{
background-color: #CF0CFE;
}
</style>
border-color css
<style>
span { border-color: #CF0CFE; }
span { border-color: rgb(207,12,254); }
td.TdClassName
{
border-color: #CF0CFE;
}
.TagClassName
{
border-color: #CF0CFE;
}
</style>