Shades of Psychedelic Purple #CF14EE
Tints of Psychedelic Purple #CF14EE
RGB
CMYK
RGB Variations
Color information
#CF14EE (or 0xCF14EE) is known color: Psychedelic Purple. HEX triplet: CF, 14 and EE. RGB value is (207,20,238). Sum of RGB (Red+Green+Blue) = 207+20+238=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 20 (8.20% from 255 or 4.30% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF14EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF14EE is #30EB11. Grayscale: #646464. Windows color (decimal): -3205906 or 15602895. OLE color: 15602895.
HSL color Cylindrical-coordinate representation of color #CF14EE: hue angle of 291.47º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF14EE is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 20 | 238 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.07 |
| HSL | 291.47º | 0.87% | 0.51% | - |
| HSV(B) | 291.47º | 0.92% | 0.93% | - |
| XYZ | 41.41 | 19.94 | 82.55 | - |
| YUV | 100.77 | 205.45 | 203.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 20 | 238 | 0.13 | 0.92 | 0 | 0.07 | 291.47 | 0.87 | 0.51 |
| Hex | CF | 14 | EE | D | 5C | 0 | 7 | 123 | 57 | 33 |
| Octal | 317 | 24 | 356 | 15 | 134 | 0 | 7 | 443 | 127 | 63 |
| Binary | 11001111 | 10100 | 11101110 | 1101 | 1011100 | 0 | 111 | 100100011 | 1010111 | 110011 |
Color Harmonies of #CF14EE
Complementary color
Monochromatic Colors of #CF14EE
Black with #CF14EE
Text Example
Text Example
White with #CF14EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF14EE; }
p { color: rgb(207,20,238); }
H1.HeaderClassName
{
color: #CF14EE;
}
.AnyTagClassName
{
color: #CF14EE;
}
</style>
background-color css
<style>
a { background-color: #CF14EE; }
a { background-color: rgb(207,20,238); }
div.DivClassName
{
background-color: #CF14EE;
}
.BgClassName
{
background-color: #CF14EE;
}
</style>
border-color css
<style>
span { border-color: #CF14EE; }
span { border-color: rgb(207,20,238); }
td.TdClassName
{
border-color: #CF14EE;
}
.TagClassName
{
border-color: #CF14EE;
}
</style>