Shades of Psychedelic Purple #CF03FD
Tints of Psychedelic Purple #CF03FD
RGB
CMYK
RGB Variations
Color information
#CF03FD (or 0xCF03FD) is known color: Psychedelic Purple. HEX triplet: CF, 03 and FD. RGB value is (207,3,253). Sum of RGB (Red+Green+Blue) = 207+3+253=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 3 (1.56% from 255 or 0.65% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #CF03FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF03FD is #30FC02. Grayscale: #5B5B5B. Windows color (decimal): -3210243 or 16581583. OLE color: 16581583.
HSL color Cylindrical-coordinate representation of color #CF03FD: hue angle of 288.96º 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 #CF03FD is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 3 | 253 | - |
| CMYK | 0.18 | 0.99 | 0 | 0.01 |
| HSL | 288.96º | 0.98% | 0.5% | - |
| HSV(B) | 288.96º | 0.99% | 0.99% | - |
| XYZ | 43.49 | 20.42 | 94.58 | - |
| YUV | 92.5 | 218.59 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 3 | 253 | 0.18 | 0.99 | 0 | 0.01 | 288.96 | 0.98 | 0.5 |
| Hex | CF | 3 | FD | 12 | 63 | 0 | 1 | 121 | 62 | 32 |
| Octal | 317 | 3 | 375 | 22 | 143 | 0 | 1 | 441 | 142 | 62 |
| Binary | 11001111 | 11 | 11111101 | 10010 | 1100011 | 0 | 1 | 100100001 | 1100010 | 110010 |
Color Harmonies of #CF03FD
Complementary color
Monochromatic Colors of #CF03FD
Black with #CF03FD
Text Example
Text Example
White with #CF03FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF03FD; }
p { color: rgb(207,3,253); }
H1.HeaderClassName
{
color: #CF03FD;
}
.AnyTagClassName
{
color: #CF03FD;
}
</style>
background-color css
<style>
a { background-color: #CF03FD; }
a { background-color: rgb(207,3,253); }
div.DivClassName
{
background-color: #CF03FD;
}
.BgClassName
{
background-color: #CF03FD;
}
</style>
border-color css
<style>
span { border-color: #CF03FD; }
span { border-color: rgb(207,3,253); }
td.TdClassName
{
border-color: #CF03FD;
}
.TagClassName
{
border-color: #CF03FD;
}
</style>