Shades of Psychedelic Purple #CF13ED
Tints of Psychedelic Purple #CF13ED
RGB
CMYK
RGB Variations
Color information
#CF13ED (or 0xCF13ED) is known color: Psychedelic Purple. HEX triplet: CF, 13 and ED. RGB value is (207,19,237). Sum of RGB (Red+Green+Blue) = 207+19+237=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 19 (7.81% from 255 or 4.10% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF13ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF13ED is #30EC12. Grayscale: #636363. Windows color (decimal): -3206163 or 15537103. OLE color: 15537103.
HSL color Cylindrical-coordinate representation of color #CF13ED: hue angle of 291.74º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF13ED is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 19 | 237 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.07 |
| HSL | 291.74º | 0.86% | 0.5% | - |
| HSV(B) | 291.74º | 0.92% | 0.93% | - |
| XYZ | 41.25 | 19.85 | 81.78 | - |
| YUV | 100.06 | 205.28 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 237 | 0.13 | 0.92 | 0 | 0.07 | 291.74 | 0.86 | 0.5 |
| Hex | CF | 13 | ED | D | 5C | 0 | 7 | 124 | 56 | 32 |
| Octal | 317 | 23 | 355 | 15 | 134 | 0 | 7 | 444 | 126 | 62 |
| Binary | 11001111 | 10011 | 11101101 | 1101 | 1011100 | 0 | 111 | 100100100 | 1010110 | 110010 |
Color Harmonies of #CF13ED
Complementary color
Monochromatic Colors of #CF13ED
Black with #CF13ED
Text Example
Text Example
White with #CF13ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF13ED; }
p { color: rgb(207,19,237); }
H1.HeaderClassName
{
color: #CF13ED;
}
.AnyTagClassName
{
color: #CF13ED;
}
</style>
background-color css
<style>
a { background-color: #CF13ED; }
a { background-color: rgb(207,19,237); }
div.DivClassName
{
background-color: #CF13ED;
}
.BgClassName
{
background-color: #CF13ED;
}
</style>
border-color css
<style>
span { border-color: #CF13ED; }
span { border-color: rgb(207,19,237); }
td.TdClassName
{
border-color: #CF13ED;
}
.TagClassName
{
border-color: #CF13ED;
}
</style>