Shades of Psychedelic Purple #CF18FF
Tints of Psychedelic Purple #CF18FF
RGB
CMYK
RGB Variations
Color information
#CF18FF (or 0xCF18FF) is known color: Psychedelic Purple. HEX triplet: CF, 18 and FF. RGB value is (207,24,255). Sum of RGB (Red+Green+Blue) = 207+24+255=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 24 (9.77% from 255 or 4.94% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF18FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF18FF is #30E700. Grayscale: #686868. Windows color (decimal): -3204865 or 16718031. OLE color: 16718031.
HSL color Cylindrical-coordinate representation of color #CF18FF: hue angle of 287.53º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF18FF is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 24 | 255 | - |
| CMYK | 0.19 | 0.91 | 0 | 0 |
| HSL | 287.53º | 1% | 0.55% | - |
| HSV(B) | 287.53º | 0.91% | 1% | - |
| XYZ | 44.11 | 21.14 | 96.36 | - |
| YUV | 105.05 | 212.63 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 24 | 255 | 0.19 | 0.91 | 0 | 0 | 287.53 | 1 | 0.55 |
| Hex | CF | 18 | FF | 13 | 5B | 0 | 0 | 120 | 64 | 37 |
| Octal | 317 | 30 | 377 | 23 | 133 | 0 | 0 | 440 | 144 | 67 |
| Binary | 11001111 | 11000 | 11111111 | 10011 | 1011011 | 0 | 0 | 100100000 | 1100100 | 110111 |
Color Harmonies of #CF18FF
Complementary color
Monochromatic Colors of #CF18FF
Black with #CF18FF
Text Example
Text Example
White with #CF18FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF18FF; }
p { color: rgb(207,24,255); }
H1.HeaderClassName
{
color: #CF18FF;
}
.AnyTagClassName
{
color: #CF18FF;
}
</style>
background-color css
<style>
a { background-color: #CF18FF; }
a { background-color: rgb(207,24,255); }
div.DivClassName
{
background-color: #CF18FF;
}
.BgClassName
{
background-color: #CF18FF;
}
</style>
border-color css
<style>
span { border-color: #CF18FF; }
span { border-color: rgb(207,24,255); }
td.TdClassName
{
border-color: #CF18FF;
}
.TagClassName
{
border-color: #CF18FF;
}
</style>