Shades of Psychedelic Purple #CF14E7
Tints of Psychedelic Purple #CF14E7
RGB
CMYK
RGB Variations
Color information
#CF14E7 (or 0xCF14E7) is known color: Psychedelic Purple. HEX triplet: CF, 14 and E7. RGB value is (207,20,231). Sum of RGB (Red+Green+Blue) = 207+20+231=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 20 (8.20% from 255 or 4.37% from 458); Blue value is 231 (90.62% from 255 or 50.44% from 458); Max value from RGB is 231 - color contains mainly: blue. Hex color #CF14E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF14E7 is #30EB18. Grayscale: #636363. Windows color (decimal): -3205913 or 15144143. OLE color: 15144143.
HSL color Cylindrical-coordinate representation of color #CF14E7: hue angle of 293.18º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF14E7 is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 20 | 231 | - |
| CMYK | 0.10 | 0.91 | 0 | 0.09 |
| HSL | 293.18º | 0.84% | 0.49% | - |
| HSV(B) | 293.18º | 0.91% | 0.91% | - |
| XYZ | 40.41 | 19.54 | 77.24 | - |
| YUV | 99.97 | 201.95 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 20 | 231 | 0.10 | 0.91 | 0 | 0.09 | 293.18 | 0.84 | 0.49 |
| Hex | CF | 14 | E7 | A | 5B | 0 | 9 | 125 | 54 | 31 |
| Octal | 317 | 24 | 347 | 12 | 133 | 0 | 11 | 445 | 124 | 61 |
| Binary | 11001111 | 10100 | 11100111 | 1010 | 1011011 | 0 | 1001 | 100100101 | 1010100 | 110001 |
Color Harmonies of #CF14E7
Complementary color
Monochromatic Colors of #CF14E7
Black with #CF14E7
Text Example
Text Example
White with #CF14E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF14E7; }
p { color: rgb(207,20,231); }
H1.HeaderClassName
{
color: #CF14E7;
}
.AnyTagClassName
{
color: #CF14E7;
}
</style>
background-color css
<style>
a { background-color: #CF14E7; }
a { background-color: rgb(207,20,231); }
div.DivClassName
{
background-color: #CF14E7;
}
.BgClassName
{
background-color: #CF14E7;
}
</style>
border-color css
<style>
span { border-color: #CF14E7; }
span { border-color: rgb(207,20,231); }
td.TdClassName
{
border-color: #CF14E7;
}
.TagClassName
{
border-color: #CF14E7;
}
</style>