Shades of Psychedelic Purple #CF07FD
Tints of Psychedelic Purple #CF07FD
RGB
CMYK
RGB Variations
Color information
#CF07FD (or 0xCF07FD) is known color: Psychedelic Purple. HEX triplet: CF, 07 and FD. RGB value is (207,7,253). Sum of RGB (Red+Green+Blue) = 207+7+253=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 7 (3.12% from 255 or 1.50% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #CF07FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF07FD is #30F802. Grayscale: #5E5E5E. Windows color (decimal): -3209219 or 16582607. OLE color: 16582607.
HSL color Cylindrical-coordinate representation of color #CF07FD: hue angle of 288.78º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF07FD is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 7 | 253 | - |
| CMYK | 0.18 | 0.97 | 0 | 0.01 |
| HSL | 288.78º | 0.98% | 0.51% | - |
| HSV(B) | 288.78º | 0.97% | 0.99% | - |
| XYZ | 43.54 | 20.51 | 94.59 | - |
| YUV | 94.84 | 217.26 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 7 | 253 | 0.18 | 0.97 | 0 | 0.01 | 288.78 | 0.98 | 0.51 |
| Hex | CF | 7 | FD | 12 | 61 | 0 | 1 | 121 | 62 | 33 |
| Octal | 317 | 7 | 375 | 22 | 141 | 0 | 1 | 441 | 142 | 63 |
| Binary | 11001111 | 111 | 11111101 | 10010 | 1100001 | 0 | 1 | 100100001 | 1100010 | 110011 |
Color Harmonies of #CF07FD
Complementary color
Monochromatic Colors of #CF07FD
Black with #CF07FD
Text Example
Text Example
White with #CF07FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF07FD; }
p { color: rgb(207,7,253); }
H1.HeaderClassName
{
color: #CF07FD;
}
.AnyTagClassName
{
color: #CF07FD;
}
</style>
background-color css
<style>
a { background-color: #CF07FD; }
a { background-color: rgb(207,7,253); }
div.DivClassName
{
background-color: #CF07FD;
}
.BgClassName
{
background-color: #CF07FD;
}
</style>
border-color css
<style>
span { border-color: #CF07FD; }
span { border-color: rgb(207,7,253); }
td.TdClassName
{
border-color: #CF07FD;
}
.TagClassName
{
border-color: #CF07FD;
}
</style>