Shades of Psychedelic Purple #CF02FD
Tints of Psychedelic Purple #CF02FD
RGB
CMYK
RGB Variations
Color information
#CF02FD (or 0xCF02FD) is known color: Psychedelic Purple. HEX triplet: CF, 02 and FD. RGB value is (207,2,253). Sum of RGB (Red+Green+Blue) = 207+2+253=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 2 (1.17% from 255 or 0.43% from 462); Blue value is 253 (99.22% from 255 or 54.76% from 462); Max value from RGB is 253 - color contains mainly: blue. Hex color #CF02FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF02FD is #30FD02. Grayscale: #5B5B5B. Windows color (decimal): -3210499 or 16581327. OLE color: 16581327.
HSL color Cylindrical-coordinate representation of color #CF02FD: hue angle of 289º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF02FD is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 2 | 253 | - |
| CMYK | 0.18 | 0.99 | 0 | 0.01 |
| HSL | 289º | 0.98% | 0.5% | - |
| HSV(B) | 289º | 0.99% | 0.99% | - |
| XYZ | 43.48 | 20.4 | 94.57 | - |
| YUV | 91.91 | 218.92 | 210.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 253 | 0.18 | 0.99 | 0 | 0.01 | 289 | 0.98 | 0.5 |
| Hex | CF | 2 | FD | 12 | 63 | 0 | 1 | 121 | 62 | 32 |
| Octal | 317 | 2 | 375 | 22 | 143 | 0 | 1 | 441 | 142 | 62 |
| Binary | 11001111 | 10 | 11111101 | 10010 | 1100011 | 0 | 1 | 100100001 | 1100010 | 110010 |
Color Harmonies of #CF02FD
Complementary color
Monochromatic Colors of #CF02FD
Black with #CF02FD
Text Example
Text Example
White with #CF02FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF02FD; }
p { color: rgb(207,2,253); }
H1.HeaderClassName
{
color: #CF02FD;
}
.AnyTagClassName
{
color: #CF02FD;
}
</style>
background-color css
<style>
a { background-color: #CF02FD; }
a { background-color: rgb(207,2,253); }
div.DivClassName
{
background-color: #CF02FD;
}
.BgClassName
{
background-color: #CF02FD;
}
</style>
border-color css
<style>
span { border-color: #CF02FD; }
span { border-color: rgb(207,2,253); }
td.TdClassName
{
border-color: #CF02FD;
}
.TagClassName
{
border-color: #CF02FD;
}
</style>