Shades of Psychedelic Purple #CF13F0
Tints of Psychedelic Purple #CF13F0
RGB
CMYK
RGB Variations
Color information
#CF13F0 (or 0xCF13F0) is known color: Psychedelic Purple. HEX triplet: CF, 13 and F0. RGB value is (207,19,240). Sum of RGB (Red+Green+Blue) = 207+19+240=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 19 (7.81% from 255 or 4.08% from 466); Blue value is 240 (94.14% from 255 or 51.50% from 466); Max value from RGB is 240 - color contains mainly: blue. Hex color #CF13F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF13F0 is #30EC0F. Grayscale: #636363. Windows color (decimal): -3206160 or 15733711. OLE color: 15733711.
HSL color Cylindrical-coordinate representation of color #CF13F0: hue angle of 291.04º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF13F0 is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 19 | 240 | - |
| CMYK | 0.14 | 0.92 | 0 | 0.06 |
| HSL | 291.04º | 0.88% | 0.51% | - |
| HSV(B) | 291.04º | 0.92% | 0.94% | - |
| XYZ | 41.69 | 20.02 | 84.11 | - |
| YUV | 100.41 | 206.78 | 204.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 240 | 0.14 | 0.92 | 0 | 0.06 | 291.04 | 0.88 | 0.51 |
| Hex | CF | 13 | F0 | E | 5C | 0 | 6 | 123 | 58 | 33 |
| Octal | 317 | 23 | 360 | 16 | 134 | 0 | 6 | 443 | 130 | 63 |
| Binary | 11001111 | 10011 | 11110000 | 1110 | 1011100 | 0 | 110 | 100100011 | 1011000 | 110011 |
Color Harmonies of #CF13F0
Complementary color
Monochromatic Colors of #CF13F0
Black with #CF13F0
Text Example
Text Example
White with #CF13F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF13F0; }
p { color: rgb(207,19,240); }
H1.HeaderClassName
{
color: #CF13F0;
}
.AnyTagClassName
{
color: #CF13F0;
}
</style>
background-color css
<style>
a { background-color: #CF13F0; }
a { background-color: rgb(207,19,240); }
div.DivClassName
{
background-color: #CF13F0;
}
.BgClassName
{
background-color: #CF13F0;
}
</style>
border-color css
<style>
span { border-color: #CF13F0; }
span { border-color: rgb(207,19,240); }
td.TdClassName
{
border-color: #CF13F0;
}
.TagClassName
{
border-color: #CF13F0;
}
</style>