Shades of Psychedelic Purple #CF27FF
Tints of Psychedelic Purple #CF27FF
RGB
CMYK
RGB Variations
Color information
#CF27FF (or 0xCF27FF) is known color: Psychedelic Purple. HEX triplet: CF, 27 and FF. RGB value is (207,39,255). Sum of RGB (Red+Green+Blue) = 207+39+255=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 39 (15.62% from 255 or 7.78% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF27FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF27FF is #30D800. Grayscale: #717171. Windows color (decimal): -3201025 or 16721871. OLE color: 16721871.
HSL color Cylindrical-coordinate representation of color #CF27FF: hue angle of 286.67º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF27FF is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 39 | 255 | - |
| CMYK | 0.19 | 0.85 | 0 | 0 |
| HSL | 286.67º | 1% | 0.58% | - |
| HSV(B) | 286.67º | 0.85% | 1% | - |
| XYZ | 44.51 | 21.94 | 96.5 | - |
| YUV | 113.86 | 207.66 | 194.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 39 | 255 | 0.19 | 0.85 | 0 | 0 | 286.67 | 1 | 0.58 |
| Hex | CF | 27 | FF | 13 | 55 | 0 | 0 | 11F | 64 | 3A |
| Octal | 317 | 47 | 377 | 23 | 125 | 0 | 0 | 437 | 144 | 72 |
| Binary | 11001111 | 100111 | 11111111 | 10011 | 1010101 | 0 | 0 | 100011111 | 1100100 | 111010 |
Color Harmonies of #CF27FF
Complementary color
Monochromatic Colors of #CF27FF
Black with #CF27FF
Text Example
Text Example
White with #CF27FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF27FF; }
p { color: rgb(207,39,255); }
H1.HeaderClassName
{
color: #CF27FF;
}
.AnyTagClassName
{
color: #CF27FF;
}
</style>
background-color css
<style>
a { background-color: #CF27FF; }
a { background-color: rgb(207,39,255); }
div.DivClassName
{
background-color: #CF27FF;
}
.BgClassName
{
background-color: #CF27FF;
}
</style>
border-color css
<style>
span { border-color: #CF27FF; }
span { border-color: rgb(207,39,255); }
td.TdClassName
{
border-color: #CF27FF;
}
.TagClassName
{
border-color: #CF27FF;
}
</style>