Shades of Psychedelic Purple #CF0CF6
Tints of Psychedelic Purple #CF0CF6
RGB
CMYK
RGB Variations
Color information
#CF0CF6 (or 0xCF0CF6) is known color: Psychedelic Purple. HEX triplet: CF, 0C and F6. RGB value is (207,12,246). Sum of RGB (Red+Green+Blue) = 207+12+246=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 12 (5.08% from 255 or 2.58% from 465); Blue value is 246 (96.48% from 255 or 52.90% from 465); Max value from RGB is 246 - color contains mainly: blue. Hex color #CF0CF6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF0CF6 is #30F309. Grayscale: #606060. Windows color (decimal): -3207946 or 16125135. OLE color: 16125135.
HSL color Cylindrical-coordinate representation of color #CF0CF6: hue angle of 290º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF0CF6 is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 12 | 246 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.04 |
| HSL | 290º | 0.93% | 0.51% | - |
| HSV(B) | 290º | 0.95% | 0.96% | - |
| XYZ | 42.5 | 20.18 | 88.84 | - |
| YUV | 96.98 | 212.1 | 206.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 12 | 246 | 0.16 | 0.95 | 0 | 0.04 | 290 | 0.93 | 0.51 |
| Hex | CF | C | F6 | 10 | 5F | 0 | 4 | 122 | 5D | 33 |
| Octal | 317 | 14 | 366 | 20 | 137 | 0 | 4 | 442 | 135 | 63 |
| Binary | 11001111 | 1100 | 11110110 | 10000 | 1011111 | 0 | 100 | 100100010 | 1011101 | 110011 |
Color Harmonies of #CF0CF6
Complementary color
Monochromatic Colors of #CF0CF6
Black with #CF0CF6
Text Example
Text Example
White with #CF0CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0CF6; }
p { color: rgb(207,12,246); }
H1.HeaderClassName
{
color: #CF0CF6;
}
.AnyTagClassName
{
color: #CF0CF6;
}
</style>
background-color css
<style>
a { background-color: #CF0CF6; }
a { background-color: rgb(207,12,246); }
div.DivClassName
{
background-color: #CF0CF6;
}
.BgClassName
{
background-color: #CF0CF6;
}
</style>
border-color css
<style>
span { border-color: #CF0CF6; }
span { border-color: rgb(207,12,246); }
td.TdClassName
{
border-color: #CF0CF6;
}
.TagClassName
{
border-color: #CF0CF6;
}
</style>