Shades of Psychedelic Purple #CF26E7
Tints of Psychedelic Purple #CF26E7
RGB
CMYK
RGB Variations
Color information
#CF26E7 (or 0xCF26E7) is known color: Psychedelic Purple. HEX triplet: CF, 26 and E7. RGB value is (207,38,231). Sum of RGB (Red+Green+Blue) = 207+38+231=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 38 (15.23% from 255 or 7.98% from 476); Blue value is 231 (90.62% from 255 or 48.53% from 476); Max value from RGB is 231 - color contains mainly: blue. Hex color #CF26E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF26E7 is #30D918. Grayscale: #6D6D6D. Windows color (decimal): -3201305 or 15148751. OLE color: 15148751.
HSL color Cylindrical-coordinate representation of color #CF26E7: hue angle of 292.54º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF26E7 is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 38 | 231 | - |
| CMYK | 0.10 | 0.84 | 0 | 0.09 |
| HSL | 292.54º | 0.8% | 0.53% | - |
| HSV(B) | 292.54º | 0.84% | 0.91% | - |
| XYZ | 40.85 | 20.42 | 77.39 | - |
| YUV | 110.53 | 195.99 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 38 | 231 | 0.10 | 0.84 | 0 | 0.09 | 292.54 | 0.8 | 0.53 |
| Hex | CF | 26 | E7 | A | 54 | 0 | 9 | 125 | 50 | 35 |
| Octal | 317 | 46 | 347 | 12 | 124 | 0 | 11 | 445 | 120 | 65 |
| Binary | 11001111 | 100110 | 11100111 | 1010 | 1010100 | 0 | 1001 | 100100101 | 1010000 | 110101 |
Color Harmonies of #CF26E7
Complementary color
Monochromatic Colors of #CF26E7
Black with #CF26E7
Text Example
Text Example
White with #CF26E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF26E7; }
p { color: rgb(207,38,231); }
H1.HeaderClassName
{
color: #CF26E7;
}
.AnyTagClassName
{
color: #CF26E7;
}
</style>
background-color css
<style>
a { background-color: #CF26E7; }
a { background-color: rgb(207,38,231); }
div.DivClassName
{
background-color: #CF26E7;
}
.BgClassName
{
background-color: #CF26E7;
}
</style>
border-color css
<style>
span { border-color: #CF26E7; }
span { border-color: rgb(207,38,231); }
td.TdClassName
{
border-color: #CF26E7;
}
.TagClassName
{
border-color: #CF26E7;
}
</style>