Shades of Psychedelic Purple #CD1CE7
Tints of Psychedelic Purple #CD1CE7
RGB
CMYK
RGB Variations
Color information
#CD1CE7 (or 0xCD1CE7) is known color: Psychedelic Purple. HEX triplet: CD, 1C and E7. RGB value is (205,28,231). Sum of RGB (Red+Green+Blue) = 205+28+231=464 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.18% from 464); Green value is 28 (11.33% from 255 or 6.03% from 464); Blue value is 231 (90.62% from 255 or 49.78% from 464); Max value from RGB is 231 - color contains mainly: blue. Hex color #CD1CE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD1CE7 is #32E318. Grayscale: #676767. Windows color (decimal): -3334937 or 15146189. OLE color: 15146189.
HSL color Cylindrical-coordinate representation of color #CD1CE7: hue angle of 292.32º 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 #CD1CE7 is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 28 | 231 | - |
| CMYK | 0.11 | 0.88 | 0 | 0.09 |
| HSL | 292.32º | 0.81% | 0.51% | - |
| HSV(B) | 292.32º | 0.88% | 0.91% | - |
| XYZ | 40.02 | 19.58 | 77.27 | - |
| YUV | 104.07 | 199.64 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 28 | 231 | 0.11 | 0.88 | 0 | 0.09 | 292.32 | 0.81 | 0.51 |
| Hex | CD | 1C | E7 | B | 58 | 0 | 9 | 124 | 51 | 33 |
| Octal | 315 | 34 | 347 | 13 | 130 | 0 | 11 | 444 | 121 | 63 |
| Binary | 11001101 | 11100 | 11100111 | 1011 | 1011000 | 0 | 1001 | 100100100 | 1010001 | 110011 |
Color Harmonies of #CD1CE7
Complementary color
Monochromatic Colors of #CD1CE7
Black with #CD1CE7
Text Example
Text Example
White with #CD1CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1CE7; }
p { color: rgb(205,28,231); }
H1.HeaderClassName
{
color: #CD1CE7;
}
.AnyTagClassName
{
color: #CD1CE7;
}
</style>
background-color css
<style>
a { background-color: #CD1CE7; }
a { background-color: rgb(205,28,231); }
div.DivClassName
{
background-color: #CD1CE7;
}
.BgClassName
{
background-color: #CD1CE7;
}
</style>
border-color css
<style>
span { border-color: #CD1CE7; }
span { border-color: rgb(205,28,231); }
td.TdClassName
{
border-color: #CD1CE7;
}
.TagClassName
{
border-color: #CD1CE7;
}
</style>