Shades of Psychedelic Purple #CF0EFD
Tints of Psychedelic Purple #CF0EFD
RGB
CMYK
RGB Variations
Color information
#CF0EFD (or 0xCF0EFD) is known color: Psychedelic Purple. HEX triplet: CF, 0E and FD. RGB value is (207,14,253). Sum of RGB (Red+Green+Blue) = 207+14+253=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 14 (5.86% from 255 or 2.95% from 474); Blue value is 253 (99.22% from 255 or 53.38% from 474); Max value from RGB is 253 - color contains mainly: blue. Hex color #CF0EFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF0EFD is #30F102. Grayscale: #626262. Windows color (decimal): -3207427 or 16584399. OLE color: 16584399.
HSL color Cylindrical-coordinate representation of color #CF0EFD: hue angle of 288.45º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF0EFD is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 14 | 253 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.01 |
| HSL | 288.45º | 0.98% | 0.52% | - |
| HSV(B) | 288.45º | 0.94% | 0.99% | - |
| XYZ | 43.62 | 20.67 | 94.62 | - |
| YUV | 98.95 | 214.94 | 205.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 14 | 253 | 0.18 | 0.94 | 0 | 0.01 | 288.45 | 0.98 | 0.52 |
| Hex | CF | E | FD | 12 | 5E | 0 | 1 | 120 | 62 | 34 |
| Octal | 317 | 16 | 375 | 22 | 136 | 0 | 1 | 440 | 142 | 64 |
| Binary | 11001111 | 1110 | 11111101 | 10010 | 1011110 | 0 | 1 | 100100000 | 1100010 | 110100 |
Color Harmonies of #CF0EFD
Complementary color
Monochromatic Colors of #CF0EFD
Black with #CF0EFD
Text Example
Text Example
White with #CF0EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0EFD; }
p { color: rgb(207,14,253); }
H1.HeaderClassName
{
color: #CF0EFD;
}
.AnyTagClassName
{
color: #CF0EFD;
}
</style>
background-color css
<style>
a { background-color: #CF0EFD; }
a { background-color: rgb(207,14,253); }
div.DivClassName
{
background-color: #CF0EFD;
}
.BgClassName
{
background-color: #CF0EFD;
}
</style>
border-color css
<style>
span { border-color: #CF0EFD; }
span { border-color: rgb(207,14,253); }
td.TdClassName
{
border-color: #CF0EFD;
}
.TagClassName
{
border-color: #CF0EFD;
}
</style>