Shades of Psychedelic Purple #CF17EE
Tints of Psychedelic Purple #CF17EE
RGB
CMYK
RGB Variations
Color information
#CF17EE (or 0xCF17EE) is known color: Psychedelic Purple. HEX triplet: CF, 17 and EE. RGB value is (207,23,238). Sum of RGB (Red+Green+Blue) = 207+23+238=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 23 (9.38% from 255 or 4.91% from 468); Blue value is 238 (93.36% from 255 or 50.85% from 468); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF17EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF17EE is #30E811. Grayscale: #656565. Windows color (decimal): -3205138 or 15603663. OLE color: 15603663.
HSL color Cylindrical-coordinate representation of color #CF17EE: hue angle of 291.35º 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 #CF17EE is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 23 | 238 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.07 |
| HSL | 291.35º | 0.86% | 0.51% | - |
| HSV(B) | 291.35º | 0.9% | 0.93% | - |
| XYZ | 41.47 | 20.05 | 82.57 | - |
| YUV | 102.53 | 204.46 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 23 | 238 | 0.13 | 0.90 | 0 | 0.07 | 291.35 | 0.86 | 0.51 |
| Hex | CF | 17 | EE | D | 5A | 0 | 7 | 123 | 56 | 33 |
| Octal | 317 | 27 | 356 | 15 | 132 | 0 | 7 | 443 | 126 | 63 |
| Binary | 11001111 | 10111 | 11101110 | 1101 | 1011010 | 0 | 111 | 100100011 | 1010110 | 110011 |
Color Harmonies of #CF17EE
Complementary color
Monochromatic Colors of #CF17EE
Black with #CF17EE
Text Example
Text Example
White with #CF17EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF17EE; }
p { color: rgb(207,23,238); }
H1.HeaderClassName
{
color: #CF17EE;
}
.AnyTagClassName
{
color: #CF17EE;
}
</style>
background-color css
<style>
a { background-color: #CF17EE; }
a { background-color: rgb(207,23,238); }
div.DivClassName
{
background-color: #CF17EE;
}
.BgClassName
{
background-color: #CF17EE;
}
</style>
border-color css
<style>
span { border-color: #CF17EE; }
span { border-color: rgb(207,23,238); }
td.TdClassName
{
border-color: #CF17EE;
}
.TagClassName
{
border-color: #CF17EE;
}
</style>