Shades of Psychedelic Purple #CF1FED
Tints of Psychedelic Purple #CF1FED
RGB
CMYK
RGB Variations
Color information
#CF1FED (or 0xCF1FED) is known color: Psychedelic Purple. HEX triplet: CF, 1F and ED. RGB value is (207,31,237). Sum of RGB (Red+Green+Blue) = 207+31+237=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 31 (12.5% from 255 or 6.53% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF1FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF1FED is #30E012. Grayscale: #6A6A6A. Windows color (decimal): -3203091 or 15540175. OLE color: 15540175.
HSL color Cylindrical-coordinate representation of color #CF1FED: hue angle of 291.26º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF1FED is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 31 | 237 | - |
| CMYK | 0.13 | 0.87 | 0 | 0.07 |
| HSL | 291.26º | 0.85% | 0.53% | - |
| HSV(B) | 291.26º | 0.87% | 0.93% | - |
| XYZ | 41.51 | 20.36 | 81.86 | - |
| YUV | 107.11 | 201.31 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 31 | 237 | 0.13 | 0.87 | 0 | 0.07 | 291.26 | 0.85 | 0.53 |
| Hex | CF | 1F | ED | D | 57 | 0 | 7 | 123 | 55 | 35 |
| Octal | 317 | 37 | 355 | 15 | 127 | 0 | 7 | 443 | 125 | 65 |
| Binary | 11001111 | 11111 | 11101101 | 1101 | 1010111 | 0 | 111 | 100100011 | 1010101 | 110101 |
Color Harmonies of #CF1FED
Complementary color
Monochromatic Colors of #CF1FED
Black with #CF1FED
Text Example
Text Example
White with #CF1FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1FED; }
p { color: rgb(207,31,237); }
H1.HeaderClassName
{
color: #CF1FED;
}
.AnyTagClassName
{
color: #CF1FED;
}
</style>
background-color css
<style>
a { background-color: #CF1FED; }
a { background-color: rgb(207,31,237); }
div.DivClassName
{
background-color: #CF1FED;
}
.BgClassName
{
background-color: #CF1FED;
}
</style>
border-color css
<style>
span { border-color: #CF1FED; }
span { border-color: rgb(207,31,237); }
td.TdClassName
{
border-color: #CF1FED;
}
.TagClassName
{
border-color: #CF1FED;
}
</style>