Shades of Psychedelic Purple #CF0BFA
Tints of Psychedelic Purple #CF0BFA
RGB
CMYK
RGB Variations
Color information
#CF0BFA (or 0xCF0BFA) is known color: Psychedelic Purple. HEX triplet: CF, 0B and FA. RGB value is (207,11,250). Sum of RGB (Red+Green+Blue) = 207+11+250=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 11 (4.69% from 255 or 2.35% from 468); Blue value is 250 (98.05% from 255 or 53.42% from 468); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF0BFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF0BFA is #30F405. Grayscale: #606060. Windows color (decimal): -3208198 or 16387023. OLE color: 16387023.
HSL color Cylindrical-coordinate representation of color #CF0BFA: hue angle of 289.21º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF0BFA is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 11 | 250 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.02 |
| HSL | 289.21º | 0.96% | 0.51% | - |
| HSV(B) | 289.21º | 0.96% | 0.98% | - |
| XYZ | 43.11 | 20.41 | 92.11 | - |
| YUV | 96.85 | 214.43 | 206.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 11 | 250 | 0.17 | 0.96 | 0 | 0.02 | 289.21 | 0.96 | 0.51 |
| Hex | CF | B | FA | 11 | 60 | 0 | 2 | 121 | 60 | 33 |
| Octal | 317 | 13 | 372 | 21 | 140 | 0 | 2 | 441 | 140 | 63 |
| Binary | 11001111 | 1011 | 11111010 | 10001 | 1100000 | 0 | 10 | 100100001 | 1100000 | 110011 |
Color Harmonies of #CF0BFA
Complementary color
Monochromatic Colors of #CF0BFA
Black with #CF0BFA
Text Example
Text Example
White with #CF0BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0BFA; }
p { color: rgb(207,11,250); }
H1.HeaderClassName
{
color: #CF0BFA;
}
.AnyTagClassName
{
color: #CF0BFA;
}
</style>
background-color css
<style>
a { background-color: #CF0BFA; }
a { background-color: rgb(207,11,250); }
div.DivClassName
{
background-color: #CF0BFA;
}
.BgClassName
{
background-color: #CF0BFA;
}
</style>
border-color css
<style>
span { border-color: #CF0BFA; }
span { border-color: rgb(207,11,250); }
td.TdClassName
{
border-color: #CF0BFA;
}
.TagClassName
{
border-color: #CF0BFA;
}
</style>