Shades of Psychedelic Purple #CF0CEB
Tints of Psychedelic Purple #CF0CEB
RGB
CMYK
RGB Variations
Color information
#CF0CEB (or 0xCF0CEB) is known color: Psychedelic Purple. HEX triplet: CF, 0C and EB. RGB value is (207,12,235). Sum of RGB (Red+Green+Blue) = 207+12+235=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 12 (5.08% from 255 or 2.64% from 454); Blue value is 235 (92.19% from 255 or 51.76% from 454); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF0CEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF0CEB is #30F314. Grayscale: #5F5F5F. Windows color (decimal): -3207957 or 15404239. OLE color: 15404239.
HSL color Cylindrical-coordinate representation of color #CF0CEB: hue angle of 292.47º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF0CEB is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 12 | 235 | - |
| CMYK | 0.12 | 0.95 | 0 | 0.08 |
| HSL | 292.47º | 0.9% | 0.48% | - |
| HSV(B) | 292.47º | 0.95% | 0.92% | - |
| XYZ | 40.86 | 19.53 | 80.21 | - |
| YUV | 95.73 | 206.6 | 207.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 12 | 235 | 0.12 | 0.95 | 0 | 0.08 | 292.47 | 0.9 | 0.48 |
| Hex | CF | C | EB | C | 5F | 0 | 8 | 124 | 5A | 30 |
| Octal | 317 | 14 | 353 | 14 | 137 | 0 | 10 | 444 | 132 | 60 |
| Binary | 11001111 | 1100 | 11101011 | 1100 | 1011111 | 0 | 1000 | 100100100 | 1011010 | 110000 |
Color Harmonies of #CF0CEB
Complementary color
Monochromatic Colors of #CF0CEB
Black with #CF0CEB
Text Example
Text Example
White with #CF0CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0CEB; }
p { color: rgb(207,12,235); }
H1.HeaderClassName
{
color: #CF0CEB;
}
.AnyTagClassName
{
color: #CF0CEB;
}
</style>
background-color css
<style>
a { background-color: #CF0CEB; }
a { background-color: rgb(207,12,235); }
div.DivClassName
{
background-color: #CF0CEB;
}
.BgClassName
{
background-color: #CF0CEB;
}
</style>
border-color css
<style>
span { border-color: #CF0CEB; }
span { border-color: rgb(207,12,235); }
td.TdClassName
{
border-color: #CF0CEB;
}
.TagClassName
{
border-color: #CF0CEB;
}
</style>