Shades of Psychedelic Purple #CF18ED
Tints of Psychedelic Purple #CF18ED
RGB
CMYK
RGB Variations
Color information
#CF18ED (or 0xCF18ED) is known color: Psychedelic Purple. HEX triplet: CF, 18 and ED. RGB value is (207,24,237). Sum of RGB (Red+Green+Blue) = 207+24+237=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 24 (9.77% from 255 or 5.13% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF18ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF18ED is #30E712. Grayscale: #666666. Windows color (decimal): -3204883 or 15538383. OLE color: 15538383.
HSL color Cylindrical-coordinate representation of color #CF18ED: hue angle of 291.55º 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 #CF18ED is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 24 | 237 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.07 |
| HSL | 291.55º | 0.86% | 0.51% | - |
| HSV(B) | 291.55º | 0.9% | 0.93% | - |
| XYZ | 41.34 | 20.03 | 81.81 | - |
| YUV | 103 | 203.63 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 24 | 237 | 0.13 | 0.90 | 0 | 0.07 | 291.55 | 0.86 | 0.51 |
| Hex | CF | 18 | ED | D | 5A | 0 | 7 | 124 | 56 | 33 |
| Octal | 317 | 30 | 355 | 15 | 132 | 0 | 7 | 444 | 126 | 63 |
| Binary | 11001111 | 11000 | 11101101 | 1101 | 1011010 | 0 | 111 | 100100100 | 1010110 | 110011 |
Color Harmonies of #CF18ED
Complementary color
Monochromatic Colors of #CF18ED
Black with #CF18ED
Text Example
Text Example
White with #CF18ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF18ED; }
p { color: rgb(207,24,237); }
H1.HeaderClassName
{
color: #CF18ED;
}
.AnyTagClassName
{
color: #CF18ED;
}
</style>
background-color css
<style>
a { background-color: #CF18ED; }
a { background-color: rgb(207,24,237); }
div.DivClassName
{
background-color: #CF18ED;
}
.BgClassName
{
background-color: #CF18ED;
}
</style>
border-color css
<style>
span { border-color: #CF18ED; }
span { border-color: rgb(207,24,237); }
td.TdClassName
{
border-color: #CF18ED;
}
.TagClassName
{
border-color: #CF18ED;
}
</style>