Shades of Psychedelic Purple #CF10ED
Tints of Psychedelic Purple #CF10ED
RGB
CMYK
RGB Variations
Color information
#CF10ED (or 0xCF10ED) is known color: Psychedelic Purple. HEX triplet: CF, 10 and ED. RGB value is (207,16,237). Sum of RGB (Red+Green+Blue) = 207+16+237=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 16 (6.64% from 255 or 3.48% from 460); Blue value is 237 (92.97% from 255 or 51.52% from 460); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF10ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF10ED is #30EF12. Grayscale: #616161. Windows color (decimal): -3206931 or 15536335. OLE color: 15536335.
HSL color Cylindrical-coordinate representation of color #CF10ED: hue angle of 291.86º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF10ED is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 16 | 237 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.07 |
| HSL | 291.86º | 0.87% | 0.5% | - |
| HSV(B) | 291.86º | 0.93% | 0.93% | - |
| XYZ | 41.2 | 19.75 | 81.76 | - |
| YUV | 98.3 | 206.28 | 205.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 16 | 237 | 0.13 | 0.93 | 0 | 0.07 | 291.86 | 0.87 | 0.5 |
| Hex | CF | 10 | ED | D | 5D | 0 | 7 | 124 | 57 | 32 |
| Octal | 317 | 20 | 355 | 15 | 135 | 0 | 7 | 444 | 127 | 62 |
| Binary | 11001111 | 10000 | 11101101 | 1101 | 1011101 | 0 | 111 | 100100100 | 1010111 | 110010 |
Color Harmonies of #CF10ED
Complementary color
Monochromatic Colors of #CF10ED
Black with #CF10ED
Text Example
Text Example
White with #CF10ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF10ED; }
p { color: rgb(207,16,237); }
H1.HeaderClassName
{
color: #CF10ED;
}
.AnyTagClassName
{
color: #CF10ED;
}
</style>
background-color css
<style>
a { background-color: #CF10ED; }
a { background-color: rgb(207,16,237); }
div.DivClassName
{
background-color: #CF10ED;
}
.BgClassName
{
background-color: #CF10ED;
}
</style>
border-color css
<style>
span { border-color: #CF10ED; }
span { border-color: rgb(207,16,237); }
td.TdClassName
{
border-color: #CF10ED;
}
.TagClassName
{
border-color: #CF10ED;
}
</style>