Shades of Psychedelic Purple #CF2DFA
Tints of Psychedelic Purple #CF2DFA
RGB
CMYK
RGB Variations
Color information
#CF2DFA (or 0xCF2DFA) is known color: Psychedelic Purple. HEX triplet: CF, 2D and FA. RGB value is (207,45,250). Sum of RGB (Red+Green+Blue) = 207+45+250=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 45 (17.97% from 255 or 8.96% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF2DFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF2DFA is #30D205. Grayscale: #747474. Windows color (decimal): -3199494 or 16395727. OLE color: 16395727.
HSL color Cylindrical-coordinate representation of color #CF2DFA: hue angle of 287.41º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF2DFA is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 45 | 250 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.02 |
| HSL | 287.41º | 0.95% | 0.58% | - |
| HSV(B) | 287.41º | 0.82% | 0.98% | - |
| XYZ | 43.93 | 22.04 | 92.38 | - |
| YUV | 116.81 | 203.17 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 45 | 250 | 0.17 | 0.82 | 0 | 0.02 | 287.41 | 0.95 | 0.58 |
| Hex | CF | 2D | FA | 11 | 52 | 0 | 2 | 11F | 5F | 3A |
| Octal | 317 | 55 | 372 | 21 | 122 | 0 | 2 | 437 | 137 | 72 |
| Binary | 11001111 | 101101 | 11111010 | 10001 | 1010010 | 0 | 10 | 100011111 | 1011111 | 111010 |
Color Harmonies of #CF2DFA
Complementary color
Monochromatic Colors of #CF2DFA
Black with #CF2DFA
Text Example
Text Example
White with #CF2DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2DFA; }
p { color: rgb(207,45,250); }
H1.HeaderClassName
{
color: #CF2DFA;
}
.AnyTagClassName
{
color: #CF2DFA;
}
</style>
background-color css
<style>
a { background-color: #CF2DFA; }
a { background-color: rgb(207,45,250); }
div.DivClassName
{
background-color: #CF2DFA;
}
.BgClassName
{
background-color: #CF2DFA;
}
</style>
border-color css
<style>
span { border-color: #CF2DFA; }
span { border-color: rgb(207,45,250); }
td.TdClassName
{
border-color: #CF2DFA;
}
.TagClassName
{
border-color: #CF2DFA;
}
</style>