Shades of Psychedelic Purple #CF27F4
Tints of Psychedelic Purple #CF27F4
RGB
CMYK
RGB Variations
Color information
#CF27F4 (or 0xCF27F4) is known color: Psychedelic Purple. HEX triplet: CF, 27 and F4. RGB value is (207,39,244). Sum of RGB (Red+Green+Blue) = 207+39+244=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 39 (15.62% from 255 or 7.96% from 490); Blue value is 244 (95.70% from 255 or 49.80% from 490); Max value from RGB is 244 - color contains mainly: blue. Hex color #CF27F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF27F4 is #30D80B. Grayscale: #6F6F6F. Windows color (decimal): -3201036 or 16000975. OLE color: 16000975.
HSL color Cylindrical-coordinate representation of color #CF27F4: hue angle of 289.17º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF27F4 is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 39 | 244 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.04 |
| HSL | 289.17º | 0.9% | 0.55% | - |
| HSV(B) | 289.17º | 0.84% | 0.96% | - |
| XYZ | 42.79 | 21.25 | 87.43 | - |
| YUV | 112.6 | 202.16 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 39 | 244 | 0.15 | 0.84 | 0 | 0.04 | 289.17 | 0.9 | 0.55 |
| Hex | CF | 27 | F4 | F | 54 | 0 | 4 | 121 | 5A | 37 |
| Octal | 317 | 47 | 364 | 17 | 124 | 0 | 4 | 441 | 132 | 67 |
| Binary | 11001111 | 100111 | 11110100 | 1111 | 1010100 | 0 | 100 | 100100001 | 1011010 | 110111 |
Color Harmonies of #CF27F4
Complementary color
Monochromatic Colors of #CF27F4
Black with #CF27F4
Text Example
Text Example
White with #CF27F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF27F4; }
p { color: rgb(207,39,244); }
H1.HeaderClassName
{
color: #CF27F4;
}
.AnyTagClassName
{
color: #CF27F4;
}
</style>
background-color css
<style>
a { background-color: #CF27F4; }
a { background-color: rgb(207,39,244); }
div.DivClassName
{
background-color: #CF27F4;
}
.BgClassName
{
background-color: #CF27F4;
}
</style>
border-color css
<style>
span { border-color: #CF27F4; }
span { border-color: rgb(207,39,244); }
td.TdClassName
{
border-color: #CF27F4;
}
.TagClassName
{
border-color: #CF27F4;
}
</style>