Shades of Psychedelic Purple #CF27FB
Tints of Psychedelic Purple #CF27FB
RGB
CMYK
RGB Variations
Color information
#CF27FB (or 0xCF27FB) is known color: Psychedelic Purple. HEX triplet: CF, 27 and FB. RGB value is (207,39,251). Sum of RGB (Red+Green+Blue) = 207+39+251=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 39 (15.62% from 255 or 7.85% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #CF27FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF27FB is #30D804. Grayscale: #707070. Windows color (decimal): -3201029 or 16459727. OLE color: 16459727.
HSL color Cylindrical-coordinate representation of color #CF27FB: hue angle of 287.55º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF27FB is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 39 | 251 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.02 |
| HSL | 287.55º | 0.96% | 0.57% | - |
| HSV(B) | 287.55º | 0.84% | 0.98% | - |
| XYZ | 43.87 | 21.68 | 93.14 | - |
| YUV | 113.4 | 205.66 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 39 | 251 | 0.18 | 0.84 | 0 | 0.02 | 287.55 | 0.96 | 0.57 |
| Hex | CF | 27 | FB | 12 | 54 | 0 | 2 | 120 | 60 | 39 |
| Octal | 317 | 47 | 373 | 22 | 124 | 0 | 2 | 440 | 140 | 71 |
| Binary | 11001111 | 100111 | 11111011 | 10010 | 1010100 | 0 | 10 | 100100000 | 1100000 | 111001 |
Color Harmonies of #CF27FB
Complementary color
Monochromatic Colors of #CF27FB
Black with #CF27FB
Text Example
Text Example
White with #CF27FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF27FB; }
p { color: rgb(207,39,251); }
H1.HeaderClassName
{
color: #CF27FB;
}
.AnyTagClassName
{
color: #CF27FB;
}
</style>
background-color css
<style>
a { background-color: #CF27FB; }
a { background-color: rgb(207,39,251); }
div.DivClassName
{
background-color: #CF27FB;
}
.BgClassName
{
background-color: #CF27FB;
}
</style>
border-color css
<style>
span { border-color: #CF27FB; }
span { border-color: rgb(207,39,251); }
td.TdClassName
{
border-color: #CF27FB;
}
.TagClassName
{
border-color: #CF27FB;
}
</style>