Shades of Psychedelic Purple #CF0CE9
Tints of Psychedelic Purple #CF0CE9
RGB
CMYK
RGB Variations
Color information
#CF0CE9 (or 0xCF0CE9) is known color: Psychedelic Purple. HEX triplet: CF, 0C and E9. RGB value is (207,12,233). Sum of RGB (Red+Green+Blue) = 207+12+233=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 12 (5.08% from 255 or 2.65% from 452); Blue value is 233 (91.41% from 255 or 51.55% from 452); Max value from RGB is 233 - color contains mainly: blue. Hex color #CF0CE9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF0CE9 is #30F316. Grayscale: #5E5E5E. Windows color (decimal): -3207959 or 15273167. OLE color: 15273167.
HSL color Cylindrical-coordinate representation of color #CF0CE9: hue angle of 292.94º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF0CE9 is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 12 | 233 | - |
| CMYK | 0.11 | 0.95 | 0 | 0.09 |
| HSL | 292.94º | 0.9% | 0.48% | - |
| HSV(B) | 292.94º | 0.95% | 0.91% | - |
| XYZ | 40.57 | 19.41 | 78.7 | - |
| YUV | 95.5 | 205.6 | 207.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 12 | 233 | 0.11 | 0.95 | 0 | 0.09 | 292.94 | 0.9 | 0.48 |
| Hex | CF | C | E9 | B | 5F | 0 | 9 | 125 | 5A | 30 |
| Octal | 317 | 14 | 351 | 13 | 137 | 0 | 11 | 445 | 132 | 60 |
| Binary | 11001111 | 1100 | 11101001 | 1011 | 1011111 | 0 | 1001 | 100100101 | 1011010 | 110000 |
Color Harmonies of #CF0CE9
Complementary color
Monochromatic Colors of #CF0CE9
Black with #CF0CE9
Text Example
Text Example
White with #CF0CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0CE9; }
p { color: rgb(207,12,233); }
H1.HeaderClassName
{
color: #CF0CE9;
}
.AnyTagClassName
{
color: #CF0CE9;
}
</style>
background-color css
<style>
a { background-color: #CF0CE9; }
a { background-color: rgb(207,12,233); }
div.DivClassName
{
background-color: #CF0CE9;
}
.BgClassName
{
background-color: #CF0CE9;
}
</style>
border-color css
<style>
span { border-color: #CF0CE9; }
span { border-color: rgb(207,12,233); }
td.TdClassName
{
border-color: #CF0CE9;
}
.TagClassName
{
border-color: #CF0CE9;
}
</style>