Shades of Psychedelic Purple #CF0CFF
Tints of Psychedelic Purple #CF0CFF
RGB
CMYK
RGB Variations
Color information
#CF0CFF (or 0xCF0CFF) is known color: Psychedelic Purple. HEX triplet: CF, 0C and FF. RGB value is (207,12,255). Sum of RGB (Red+Green+Blue) = 207+12+255=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 12 (5.08% from 255 or 2.53% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF0CFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF0CFF is #30F300. Grayscale: #616161. Windows color (decimal): -3207937 or 16714959. OLE color: 16714959.
HSL color Cylindrical-coordinate representation of color #CF0CFF: hue angle of 288.15º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF0CFF is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 12 | 255 | - |
| CMYK | 0.19 | 0.95 | 0 | 0 |
| HSL | 288.15º | 1% | 0.52% | - |
| HSV(B) | 288.15º | 0.95% | 1% | - |
| XYZ | 43.91 | 20.75 | 96.3 | - |
| YUV | 98.01 | 216.6 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 12 | 255 | 0.19 | 0.95 | 0 | 0 | 288.15 | 1 | 0.52 |
| Hex | CF | C | FF | 13 | 5F | 0 | 0 | 120 | 64 | 34 |
| Octal | 317 | 14 | 377 | 23 | 137 | 0 | 0 | 440 | 144 | 64 |
| Binary | 11001111 | 1100 | 11111111 | 10011 | 1011111 | 0 | 0 | 100100000 | 1100100 | 110100 |
Color Harmonies of #CF0CFF
Complementary color
Monochromatic Colors of #CF0CFF
Black with #CF0CFF
Text Example
Text Example
White with #CF0CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0CFF; }
p { color: rgb(207,12,255); }
H1.HeaderClassName
{
color: #CF0CFF;
}
.AnyTagClassName
{
color: #CF0CFF;
}
</style>
background-color css
<style>
a { background-color: #CF0CFF; }
a { background-color: rgb(207,12,255); }
div.DivClassName
{
background-color: #CF0CFF;
}
.BgClassName
{
background-color: #CF0CFF;
}
</style>
border-color css
<style>
span { border-color: #CF0CFF; }
span { border-color: rgb(207,12,255); }
td.TdClassName
{
border-color: #CF0CFF;
}
.TagClassName
{
border-color: #CF0CFF;
}
</style>