Shades of Psychedelic Purple #CF18EB
Tints of Psychedelic Purple #CF18EB
RGB
CMYK
RGB Variations
Color information
#CF18EB (or 0xCF18EB) is known color: Psychedelic Purple. HEX triplet: CF, 18 and EB. RGB value is (207,24,235). Sum of RGB (Red+Green+Blue) = 207+24+235=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 24 (9.77% from 255 or 5.15% from 466); Blue value is 235 (92.19% from 255 or 50.43% from 466); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF18EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF18EB is #30E714. Grayscale: #666666. Windows color (decimal): -3204885 or 15407311. OLE color: 15407311.
HSL color Cylindrical-coordinate representation of color #CF18EB: hue angle of 292.04º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF18EB is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 24 | 235 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.08 |
| HSL | 292.04º | 0.84% | 0.51% | - |
| HSV(B) | 292.04º | 0.9% | 0.92% | - |
| XYZ | 41.05 | 19.92 | 80.28 | - |
| YUV | 102.77 | 202.63 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 24 | 235 | 0.12 | 0.90 | 0 | 0.08 | 292.04 | 0.84 | 0.51 |
| Hex | CF | 18 | EB | C | 5A | 0 | 8 | 124 | 54 | 33 |
| Octal | 317 | 30 | 353 | 14 | 132 | 0 | 10 | 444 | 124 | 63 |
| Binary | 11001111 | 11000 | 11101011 | 1100 | 1011010 | 0 | 1000 | 100100100 | 1010100 | 110011 |
Color Harmonies of #CF18EB
Complementary color
Monochromatic Colors of #CF18EB
Black with #CF18EB
Text Example
Text Example
White with #CF18EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF18EB; }
p { color: rgb(207,24,235); }
H1.HeaderClassName
{
color: #CF18EB;
}
.AnyTagClassName
{
color: #CF18EB;
}
</style>
background-color css
<style>
a { background-color: #CF18EB; }
a { background-color: rgb(207,24,235); }
div.DivClassName
{
background-color: #CF18EB;
}
.BgClassName
{
background-color: #CF18EB;
}
</style>
border-color css
<style>
span { border-color: #CF18EB; }
span { border-color: rgb(207,24,235); }
td.TdClassName
{
border-color: #CF18EB;
}
.TagClassName
{
border-color: #CF18EB;
}
</style>