Shades of Psychedelic Purple #CF1BE7
Tints of Psychedelic Purple #CF1BE7
RGB
CMYK
RGB Variations
Color information
#CF1BE7 (or 0xCF1BE7) is known color: Psychedelic Purple. HEX triplet: CF, 1B and E7. RGB value is (207,27,231). Sum of RGB (Red+Green+Blue) = 207+27+231=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 27 (10.94% from 255 or 5.81% from 465); Blue value is 231 (90.62% from 255 or 49.68% from 465); Max value from RGB is 231 - color contains mainly: blue. Hex color #CF1BE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF1BE7 is #30E418. Grayscale: #676767. Windows color (decimal): -3204121 or 15145935. OLE color: 15145935.
HSL color Cylindrical-coordinate representation of color #CF1BE7: hue angle of 292.94º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF1BE7 is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 27 | 231 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.09 |
| HSL | 292.94º | 0.81% | 0.51% | - |
| HSV(B) | 292.94º | 0.88% | 0.91% | - |
| XYZ | 40.55 | 19.82 | 77.29 | - |
| YUV | 104.08 | 199.63 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 27 | 231 | 0.10 | 0.88 | 0 | 0.09 | 292.94 | 0.81 | 0.51 |
| Hex | CF | 1B | E7 | A | 58 | 0 | 9 | 125 | 51 | 33 |
| Octal | 317 | 33 | 347 | 12 | 130 | 0 | 11 | 445 | 121 | 63 |
| Binary | 11001111 | 11011 | 11100111 | 1010 | 1011000 | 0 | 1001 | 100100101 | 1010001 | 110011 |
Color Harmonies of #CF1BE7
Complementary color
Monochromatic Colors of #CF1BE7
Black with #CF1BE7
Text Example
Text Example
White with #CF1BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1BE7; }
p { color: rgb(207,27,231); }
H1.HeaderClassName
{
color: #CF1BE7;
}
.AnyTagClassName
{
color: #CF1BE7;
}
</style>
background-color css
<style>
a { background-color: #CF1BE7; }
a { background-color: rgb(207,27,231); }
div.DivClassName
{
background-color: #CF1BE7;
}
.BgClassName
{
background-color: #CF1BE7;
}
</style>
border-color css
<style>
span { border-color: #CF1BE7; }
span { border-color: rgb(207,27,231); }
td.TdClassName
{
border-color: #CF1BE7;
}
.TagClassName
{
border-color: #CF1BE7;
}
</style>