Shades of Psychedelic Purple #CF12ED
Tints of Psychedelic Purple #CF12ED
RGB
CMYK
RGB Variations
Color information
#CF12ED (or 0xCF12ED) is known color: Psychedelic Purple. HEX triplet: CF, 12 and ED. RGB value is (207,18,237). Sum of RGB (Red+Green+Blue) = 207+18+237=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 18 (7.42% from 255 or 3.90% from 462); Blue value is 237 (92.97% from 255 or 51.30% from 462); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF12ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF12ED is #30ED12. Grayscale: #626262. Windows color (decimal): -3206419 or 15536847. OLE color: 15536847.
HSL color Cylindrical-coordinate representation of color #CF12ED: hue angle of 291.78º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF12ED is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 18 | 237 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.07 |
| HSL | 291.78º | 0.86% | 0.5% | - |
| HSV(B) | 291.78º | 0.92% | 0.93% | - |
| XYZ | 41.23 | 19.81 | 81.77 | - |
| YUV | 99.48 | 205.62 | 204.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 237 | 0.13 | 0.92 | 0 | 0.07 | 291.78 | 0.86 | 0.5 |
| Hex | CF | 12 | ED | D | 5C | 0 | 7 | 124 | 56 | 32 |
| Octal | 317 | 22 | 355 | 15 | 134 | 0 | 7 | 444 | 126 | 62 |
| Binary | 11001111 | 10010 | 11101101 | 1101 | 1011100 | 0 | 111 | 100100100 | 1010110 | 110010 |
Color Harmonies of #CF12ED
Complementary color
Monochromatic Colors of #CF12ED
Black with #CF12ED
Text Example
Text Example
White with #CF12ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF12ED; }
p { color: rgb(207,18,237); }
H1.HeaderClassName
{
color: #CF12ED;
}
.AnyTagClassName
{
color: #CF12ED;
}
</style>
background-color css
<style>
a { background-color: #CF12ED; }
a { background-color: rgb(207,18,237); }
div.DivClassName
{
background-color: #CF12ED;
}
.BgClassName
{
background-color: #CF12ED;
}
</style>
border-color css
<style>
span { border-color: #CF12ED; }
span { border-color: rgb(207,18,237); }
td.TdClassName
{
border-color: #CF12ED;
}
.TagClassName
{
border-color: #CF12ED;
}
</style>