Shades of Psychedelic Purple #CF0CFA
Tints of Psychedelic Purple #CF0CFA
RGB
CMYK
RGB Variations
Color information
#CF0CFA (or 0xCF0CFA) is known color: Psychedelic Purple. HEX triplet: CF, 0C and FA. RGB value is (207,12,250). Sum of RGB (Red+Green+Blue) = 207+12+250=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 12 (5.08% from 255 or 2.56% from 469); Blue value is 250 (98.05% from 255 or 53.30% from 469); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF0CFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF0CFA is #30F305. Grayscale: #606060. Windows color (decimal): -3207942 or 16387279. OLE color: 16387279.
HSL color Cylindrical-coordinate representation of color #CF0CFA: hue angle of 289.16º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF0CFA is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 12 | 250 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.02 |
| HSL | 289.16º | 0.96% | 0.51% | - |
| HSV(B) | 289.16º | 0.95% | 0.98% | - |
| XYZ | 43.12 | 20.43 | 92.11 | - |
| YUV | 97.44 | 214.1 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 12 | 250 | 0.17 | 0.95 | 0 | 0.02 | 289.16 | 0.96 | 0.51 |
| Hex | CF | C | FA | 11 | 5F | 0 | 2 | 121 | 60 | 33 |
| Octal | 317 | 14 | 372 | 21 | 137 | 0 | 2 | 441 | 140 | 63 |
| Binary | 11001111 | 1100 | 11111010 | 10001 | 1011111 | 0 | 10 | 100100001 | 1100000 | 110011 |
Color Harmonies of #CF0CFA
Complementary color
Monochromatic Colors of #CF0CFA
Black with #CF0CFA
Text Example
Text Example
White with #CF0CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0CFA; }
p { color: rgb(207,12,250); }
H1.HeaderClassName
{
color: #CF0CFA;
}
.AnyTagClassName
{
color: #CF0CFA;
}
</style>
background-color css
<style>
a { background-color: #CF0CFA; }
a { background-color: rgb(207,12,250); }
div.DivClassName
{
background-color: #CF0CFA;
}
.BgClassName
{
background-color: #CF0CFA;
}
</style>
border-color css
<style>
span { border-color: #CF0CFA; }
span { border-color: rgb(207,12,250); }
td.TdClassName
{
border-color: #CF0CFA;
}
.TagClassName
{
border-color: #CF0CFA;
}
</style>