Shades of Psychedelic Purple #CF2AEE
Tints of Psychedelic Purple #CF2AEE
RGB
CMYK
RGB Variations
Color information
#CF2AEE (or 0xCF2AEE) is known color: Psychedelic Purple. HEX triplet: CF, 2A and EE. RGB value is (207,42,238). Sum of RGB (Red+Green+Blue) = 207+42+238=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 42 (16.80% from 255 or 8.62% from 487); Blue value is 238 (93.36% from 255 or 48.87% from 487); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF2AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF2AEE is #30D511. Grayscale: #717171. Windows color (decimal): -3200274 or 15608527. OLE color: 15608527.
HSL color Cylindrical-coordinate representation of color #CF2AEE: hue angle of 290.51º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF2AEE is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 42 | 238 | - |
| CMYK | 0.13 | 0.82 | 0 | 0.07 |
| HSL | 290.51º | 0.85% | 0.55% | - |
| HSV(B) | 290.51º | 0.82% | 0.93% | - |
| XYZ | 41.99 | 21.09 | 82.75 | - |
| YUV | 113.68 | 198.16 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 42 | 238 | 0.13 | 0.82 | 0 | 0.07 | 290.51 | 0.85 | 0.55 |
| Hex | CF | 2A | EE | D | 52 | 0 | 7 | 123 | 55 | 37 |
| Octal | 317 | 52 | 356 | 15 | 122 | 0 | 7 | 443 | 125 | 67 |
| Binary | 11001111 | 101010 | 11101110 | 1101 | 1010010 | 0 | 111 | 100100011 | 1010101 | 110111 |
Color Harmonies of #CF2AEE
Complementary color
Monochromatic Colors of #CF2AEE
Black with #CF2AEE
Text Example
Text Example
White with #CF2AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2AEE; }
p { color: rgb(207,42,238); }
H1.HeaderClassName
{
color: #CF2AEE;
}
.AnyTagClassName
{
color: #CF2AEE;
}
</style>
background-color css
<style>
a { background-color: #CF2AEE; }
a { background-color: rgb(207,42,238); }
div.DivClassName
{
background-color: #CF2AEE;
}
.BgClassName
{
background-color: #CF2AEE;
}
</style>
border-color css
<style>
span { border-color: #CF2AEE; }
span { border-color: rgb(207,42,238); }
td.TdClassName
{
border-color: #CF2AEE;
}
.TagClassName
{
border-color: #CF2AEE;
}
</style>