Shades of Psychedelic Purple #CF30FA
Tints of Psychedelic Purple #CF30FA
RGB
CMYK
RGB Variations
Color information
#CF30FA (or 0xCF30FA) is known color: Psychedelic Purple. HEX triplet: CF, 30 and FA. RGB value is (207,48,250). Sum of RGB (Red+Green+Blue) = 207+48+250=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 48 (19.14% from 255 or 9.50% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF30FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF30FA is #30CF05. Grayscale: #757575. Windows color (decimal): -3198726 or 16396495. OLE color: 16396495.
HSL color Cylindrical-coordinate representation of color #CF30FA: hue angle of 287.23º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF30FA is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 48 | 250 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.02 |
| HSL | 287.23º | 0.95% | 0.58% | - |
| HSV(B) | 287.23º | 0.81% | 0.98% | - |
| XYZ | 44.04 | 22.28 | 92.42 | - |
| YUV | 118.57 | 202.18 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 48 | 250 | 0.17 | 0.81 | 0 | 0.02 | 287.23 | 0.95 | 0.58 |
| Hex | CF | 30 | FA | 11 | 51 | 0 | 2 | 11F | 5F | 3A |
| Octal | 317 | 60 | 372 | 21 | 121 | 0 | 2 | 437 | 137 | 72 |
| Binary | 11001111 | 110000 | 11111010 | 10001 | 1010001 | 0 | 10 | 100011111 | 1011111 | 111010 |
Color Harmonies of #CF30FA
Complementary color
Monochromatic Colors of #CF30FA
Black with #CF30FA
Text Example
Text Example
White with #CF30FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF30FA; }
p { color: rgb(207,48,250); }
H1.HeaderClassName
{
color: #CF30FA;
}
.AnyTagClassName
{
color: #CF30FA;
}
</style>
background-color css
<style>
a { background-color: #CF30FA; }
a { background-color: rgb(207,48,250); }
div.DivClassName
{
background-color: #CF30FA;
}
.BgClassName
{
background-color: #CF30FA;
}
</style>
border-color css
<style>
span { border-color: #CF30FA; }
span { border-color: rgb(207,48,250); }
td.TdClassName
{
border-color: #CF30FA;
}
.TagClassName
{
border-color: #CF30FA;
}
</style>