Shades of Psychedelic Purple #CF2FFA
Tints of Psychedelic Purple #CF2FFA
RGB
CMYK
RGB Variations
Color information
#CF2FFA (or 0xCF2FFA) is known color: Psychedelic Purple. HEX triplet: CF, 2F and FA. RGB value is (207,47,250). Sum of RGB (Red+Green+Blue) = 207+47+250=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 47 (18.75% from 255 or 9.33% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF2FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF2FFA is #30D005. Grayscale: #757575. Windows color (decimal): -3198982 or 16396239. OLE color: 16396239.
HSL color Cylindrical-coordinate representation of color #CF2FFA: hue angle of 287.29º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF2FFA is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 47 | 250 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.02 |
| HSL | 287.29º | 0.95% | 0.58% | - |
| HSV(B) | 287.29º | 0.81% | 0.98% | - |
| XYZ | 44 | 22.2 | 92.41 | - |
| YUV | 117.98 | 202.51 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 47 | 250 | 0.17 | 0.81 | 0 | 0.02 | 287.29 | 0.95 | 0.58 |
| Hex | CF | 2F | FA | 11 | 51 | 0 | 2 | 11F | 5F | 3A |
| Octal | 317 | 57 | 372 | 21 | 121 | 0 | 2 | 437 | 137 | 72 |
| Binary | 11001111 | 101111 | 11111010 | 10001 | 1010001 | 0 | 10 | 100011111 | 1011111 | 111010 |
Color Harmonies of #CF2FFA
Complementary color
Monochromatic Colors of #CF2FFA
Black with #CF2FFA
Text Example
Text Example
White with #CF2FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2FFA; }
p { color: rgb(207,47,250); }
H1.HeaderClassName
{
color: #CF2FFA;
}
.AnyTagClassName
{
color: #CF2FFA;
}
</style>
background-color css
<style>
a { background-color: #CF2FFA; }
a { background-color: rgb(207,47,250); }
div.DivClassName
{
background-color: #CF2FFA;
}
.BgClassName
{
background-color: #CF2FFA;
}
</style>
border-color css
<style>
span { border-color: #CF2FFA; }
span { border-color: rgb(207,47,250); }
td.TdClassName
{
border-color: #CF2FFA;
}
.TagClassName
{
border-color: #CF2FFA;
}
</style>