Shades of Psychedelic Purple #CF2DEB
Tints of Psychedelic Purple #CF2DEB
RGB
CMYK
RGB Variations
Color information
#CF2DEB (or 0xCF2DEB) is known color: Psychedelic Purple. HEX triplet: CF, 2D and EB. RGB value is (207,45,235). Sum of RGB (Red+Green+Blue) = 207+45+235=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 45 (17.97% from 255 or 9.24% from 487); Blue value is 235 (92.19% from 255 or 48.25% from 487); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF2DEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF2DEB is #30D214. Grayscale: #727272. Windows color (decimal): -3199509 or 15412687. OLE color: 15412687.
HSL color Cylindrical-coordinate representation of color #CF2DEB: hue angle of 291.16º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF2DEB is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 45 | 235 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.08 |
| HSL | 291.16º | 0.83% | 0.55% | - |
| HSV(B) | 291.16º | 0.81% | 0.92% | - |
| XYZ | 41.67 | 21.14 | 80.48 | - |
| YUV | 115.1 | 195.67 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 45 | 235 | 0.12 | 0.81 | 0 | 0.08 | 291.16 | 0.83 | 0.55 |
| Hex | CF | 2D | EB | C | 51 | 0 | 8 | 123 | 53 | 37 |
| Octal | 317 | 55 | 353 | 14 | 121 | 0 | 10 | 443 | 123 | 67 |
| Binary | 11001111 | 101101 | 11101011 | 1100 | 1010001 | 0 | 1000 | 100100011 | 1010011 | 110111 |
Color Harmonies of #CF2DEB
Complementary color
Monochromatic Colors of #CF2DEB
Black with #CF2DEB
Text Example
Text Example
White with #CF2DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2DEB; }
p { color: rgb(207,45,235); }
H1.HeaderClassName
{
color: #CF2DEB;
}
.AnyTagClassName
{
color: #CF2DEB;
}
</style>
background-color css
<style>
a { background-color: #CF2DEB; }
a { background-color: rgb(207,45,235); }
div.DivClassName
{
background-color: #CF2DEB;
}
.BgClassName
{
background-color: #CF2DEB;
}
</style>
border-color css
<style>
span { border-color: #CF2DEB; }
span { border-color: rgb(207,45,235); }
td.TdClassName
{
border-color: #CF2DEB;
}
.TagClassName
{
border-color: #CF2DEB;
}
</style>