Shades of Psychedelic Purple #CF12FD
Tints of Psychedelic Purple #CF12FD
RGB
CMYK
RGB Variations
Color information
#CF12FD (or 0xCF12FD) is known color: Psychedelic Purple. HEX triplet: CF, 12 and FD. RGB value is (207,18,253). Sum of RGB (Red+Green+Blue) = 207+18+253=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 18 (7.42% from 255 or 3.77% from 478); Blue value is 253 (99.22% from 255 or 52.93% from 478); Max value from RGB is 253 - color contains mainly: blue. Hex color #CF12FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF12FD is #30ED02. Grayscale: #646464. Windows color (decimal): -3206403 or 16585423. OLE color: 16585423.
HSL color Cylindrical-coordinate representation of color #CF12FD: hue angle of 288.26º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF12FD is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 18 | 253 | - |
| CMYK | 0.18 | 0.93 | 0 | 0.01 |
| HSL | 288.26º | 0.98% | 0.53% | - |
| HSV(B) | 288.26º | 0.93% | 0.99% | - |
| XYZ | 43.68 | 20.79 | 94.64 | - |
| YUV | 101.3 | 213.62 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 253 | 0.18 | 0.93 | 0 | 0.01 | 288.26 | 0.98 | 0.53 |
| Hex | CF | 12 | FD | 12 | 5D | 0 | 1 | 120 | 62 | 35 |
| Octal | 317 | 22 | 375 | 22 | 135 | 0 | 1 | 440 | 142 | 65 |
| Binary | 11001111 | 10010 | 11111101 | 10010 | 1011101 | 0 | 1 | 100100000 | 1100010 | 110101 |
Color Harmonies of #CF12FD
Complementary color
Monochromatic Colors of #CF12FD
Black with #CF12FD
Text Example
Text Example
White with #CF12FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF12FD; }
p { color: rgb(207,18,253); }
H1.HeaderClassName
{
color: #CF12FD;
}
.AnyTagClassName
{
color: #CF12FD;
}
</style>
background-color css
<style>
a { background-color: #CF12FD; }
a { background-color: rgb(207,18,253); }
div.DivClassName
{
background-color: #CF12FD;
}
.BgClassName
{
background-color: #CF12FD;
}
</style>
border-color css
<style>
span { border-color: #CF12FD; }
span { border-color: rgb(207,18,253); }
td.TdClassName
{
border-color: #CF12FD;
}
.TagClassName
{
border-color: #CF12FD;
}
</style>