Shades of Psychedelic Purple #CF17ED
Tints of Psychedelic Purple #CF17ED
RGB
CMYK
RGB Variations
Color information
#CF17ED (or 0xCF17ED) is known color: Psychedelic Purple. HEX triplet: CF, 17 and ED. RGB value is (207,23,237). Sum of RGB (Red+Green+Blue) = 207+23+237=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 23 (9.38% from 255 or 4.93% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF17ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF17ED is #30E812. Grayscale: #656565. Windows color (decimal): -3205139 or 15538127. OLE color: 15538127.
HSL color Cylindrical-coordinate representation of color #CF17ED: hue angle of 291.59º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF17ED is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 23 | 237 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.07 |
| HSL | 291.59º | 0.86% | 0.51% | - |
| HSV(B) | 291.59º | 0.9% | 0.93% | - |
| XYZ | 41.32 | 19.99 | 81.8 | - |
| YUV | 102.41 | 203.96 | 202.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 23 | 237 | 0.13 | 0.90 | 0 | 0.07 | 291.59 | 0.86 | 0.51 |
| Hex | CF | 17 | ED | D | 5A | 0 | 7 | 124 | 56 | 33 |
| Octal | 317 | 27 | 355 | 15 | 132 | 0 | 7 | 444 | 126 | 63 |
| Binary | 11001111 | 10111 | 11101101 | 1101 | 1011010 | 0 | 111 | 100100100 | 1010110 | 110011 |
Color Harmonies of #CF17ED
Complementary color
Monochromatic Colors of #CF17ED
Black with #CF17ED
Text Example
Text Example
White with #CF17ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF17ED; }
p { color: rgb(207,23,237); }
H1.HeaderClassName
{
color: #CF17ED;
}
.AnyTagClassName
{
color: #CF17ED;
}
</style>
background-color css
<style>
a { background-color: #CF17ED; }
a { background-color: rgb(207,23,237); }
div.DivClassName
{
background-color: #CF17ED;
}
.BgClassName
{
background-color: #CF17ED;
}
</style>
border-color css
<style>
span { border-color: #CF17ED; }
span { border-color: rgb(207,23,237); }
td.TdClassName
{
border-color: #CF17ED;
}
.TagClassName
{
border-color: #CF17ED;
}
</style>