Shades of Psychedelic Purple #CF2CF5
Tints of Psychedelic Purple #CF2CF5
RGB
CMYK
RGB Variations
Color information
#CF2CF5 (or 0xCF2CF5) is known color: Psychedelic Purple. HEX triplet: CF, 2C and F5. RGB value is (207,44,245). Sum of RGB (Red+Green+Blue) = 207+44+245=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 44 (17.58% from 255 or 8.87% from 496); Blue value is 245 (96.09% from 255 or 49.40% from 496); Max value from RGB is 245 - color contains mainly: blue. Hex color #CF2CF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF2CF5 is #30D30A. Grayscale: #737373. Windows color (decimal): -3199755 or 16067791. OLE color: 16067791.
HSL color Cylindrical-coordinate representation of color #CF2CF5: hue angle of 288.66º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF2CF5 is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 44 | 245 | - |
| CMYK | 0.16 | 0.82 | 0 | 0.04 |
| HSL | 288.66º | 0.91% | 0.57% | - |
| HSV(B) | 288.66º | 0.82% | 0.96% | - |
| XYZ | 43.11 | 21.66 | 88.29 | - |
| YUV | 115.65 | 201 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 44 | 245 | 0.16 | 0.82 | 0 | 0.04 | 288.66 | 0.91 | 0.57 |
| Hex | CF | 2C | F5 | 10 | 52 | 0 | 4 | 121 | 5B | 39 |
| Octal | 317 | 54 | 365 | 20 | 122 | 0 | 4 | 441 | 133 | 71 |
| Binary | 11001111 | 101100 | 11110101 | 10000 | 1010010 | 0 | 100 | 100100001 | 1011011 | 111001 |
Color Harmonies of #CF2CF5
Complementary color
Monochromatic Colors of #CF2CF5
Black with #CF2CF5
Text Example
Text Example
White with #CF2CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2CF5; }
p { color: rgb(207,44,245); }
H1.HeaderClassName
{
color: #CF2CF5;
}
.AnyTagClassName
{
color: #CF2CF5;
}
</style>
background-color css
<style>
a { background-color: #CF2CF5; }
a { background-color: rgb(207,44,245); }
div.DivClassName
{
background-color: #CF2CF5;
}
.BgClassName
{
background-color: #CF2CF5;
}
</style>
border-color css
<style>
span { border-color: #CF2CF5; }
span { border-color: rgb(207,44,245); }
td.TdClassName
{
border-color: #CF2CF5;
}
.TagClassName
{
border-color: #CF2CF5;
}
</style>