Shades of Psychedelic Purple #CF1CE7
Tints of Psychedelic Purple #CF1CE7
RGB
CMYK
RGB Variations
Color information
#CF1CE7 (or 0xCF1CE7) is known color: Psychedelic Purple. HEX triplet: CF, 1C and E7. RGB value is (207,28,231). Sum of RGB (Red+Green+Blue) = 207+28+231=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 28 (11.33% from 255 or 6.01% from 466); Blue value is 231 (90.62% from 255 or 49.57% from 466); Max value from RGB is 231 - color contains mainly: blue. Hex color #CF1CE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF1CE7 is #30E318. Grayscale: #686868. Windows color (decimal): -3203865 or 15146191. OLE color: 15146191.
HSL color Cylindrical-coordinate representation of color #CF1CE7: hue angle of 292.91º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF1CE7 is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 28 | 231 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.09 |
| HSL | 292.91º | 0.81% | 0.51% | - |
| HSV(B) | 292.91º | 0.88% | 0.91% | - |
| XYZ | 40.57 | 19.87 | 77.3 | - |
| YUV | 104.66 | 199.3 | 200.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 28 | 231 | 0.10 | 0.88 | 0 | 0.09 | 292.91 | 0.81 | 0.51 |
| Hex | CF | 1C | E7 | A | 58 | 0 | 9 | 125 | 51 | 33 |
| Octal | 317 | 34 | 347 | 12 | 130 | 0 | 11 | 445 | 121 | 63 |
| Binary | 11001111 | 11100 | 11100111 | 1010 | 1011000 | 0 | 1001 | 100100101 | 1010001 | 110011 |
Color Harmonies of #CF1CE7
Complementary color
Monochromatic Colors of #CF1CE7
Black with #CF1CE7
Text Example
Text Example
White with #CF1CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1CE7; }
p { color: rgb(207,28,231); }
H1.HeaderClassName
{
color: #CF1CE7;
}
.AnyTagClassName
{
color: #CF1CE7;
}
</style>
background-color css
<style>
a { background-color: #CF1CE7; }
a { background-color: rgb(207,28,231); }
div.DivClassName
{
background-color: #CF1CE7;
}
.BgClassName
{
background-color: #CF1CE7;
}
</style>
border-color css
<style>
span { border-color: #CF1CE7; }
span { border-color: rgb(207,28,231); }
td.TdClassName
{
border-color: #CF1CE7;
}
.TagClassName
{
border-color: #CF1CE7;
}
</style>