Shades of Psychedelic Purple #CF1BEE
Tints of Psychedelic Purple #CF1BEE
RGB
CMYK
RGB Variations
Color information
#CF1BEE (or 0xCF1BEE) is known color: Psychedelic Purple. HEX triplet: CF, 1B and EE. RGB value is (207,27,238). Sum of RGB (Red+Green+Blue) = 207+27+238=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 27 (10.94% from 255 or 5.72% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF1BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF1BEE is #30E411. Grayscale: #686868. Windows color (decimal): -3204114 or 15604687. OLE color: 15604687.
HSL color Cylindrical-coordinate representation of color #CF1BEE: hue angle of 291.18º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF1BEE is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 27 | 238 | - |
| CMYK | 0.13 | 0.89 | 0 | 0.07 |
| HSL | 291.18º | 0.86% | 0.52% | - |
| HSV(B) | 291.18º | 0.89% | 0.93% | - |
| XYZ | 41.56 | 20.22 | 82.6 | - |
| YUV | 104.87 | 203.13 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 27 | 238 | 0.13 | 0.89 | 0 | 0.07 | 291.18 | 0.86 | 0.52 |
| Hex | CF | 1B | EE | D | 59 | 0 | 7 | 123 | 56 | 34 |
| Octal | 317 | 33 | 356 | 15 | 131 | 0 | 7 | 443 | 126 | 64 |
| Binary | 11001111 | 11011 | 11101110 | 1101 | 1011001 | 0 | 111 | 100100011 | 1010110 | 110100 |
Color Harmonies of #CF1BEE
Complementary color
Monochromatic Colors of #CF1BEE
Black with #CF1BEE
Text Example
Text Example
White with #CF1BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1BEE; }
p { color: rgb(207,27,238); }
H1.HeaderClassName
{
color: #CF1BEE;
}
.AnyTagClassName
{
color: #CF1BEE;
}
</style>
background-color css
<style>
a { background-color: #CF1BEE; }
a { background-color: rgb(207,27,238); }
div.DivClassName
{
background-color: #CF1BEE;
}
.BgClassName
{
background-color: #CF1BEE;
}
</style>
border-color css
<style>
span { border-color: #CF1BEE; }
span { border-color: rgb(207,27,238); }
td.TdClassName
{
border-color: #CF1BEE;
}
.TagClassName
{
border-color: #CF1BEE;
}
</style>