Shades of Psychedelic Purple #CD1BE8
Tints of Psychedelic Purple #CD1BE8
RGB
CMYK
RGB Variations
Color information
#CD1BE8 (or 0xCD1BE8) is known color: Psychedelic Purple. HEX triplet: CD, 1B and E8. RGB value is (205,27,232). Sum of RGB (Red+Green+Blue) = 205+27+232=464 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.18% from 464); Green value is 27 (10.94% from 255 or 5.82% from 464); Blue value is 232 (91.02% from 255 or 50% from 464); Max value from RGB is 232 - color contains mainly: blue. Hex color #CD1BE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD1BE8 is #32E417. Grayscale: #666666. Windows color (decimal): -3335192 or 15211469. OLE color: 15211469.
HSL color Cylindrical-coordinate representation of color #CD1BE8: hue angle of 292.1º degrees, saturation: 0.82, 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 #CD1BE8 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 27 | 232 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.09 |
| HSL | 292.1º | 0.82% | 0.51% | - |
| HSV(B) | 292.1º | 0.88% | 0.91% | - |
| XYZ | 40.13 | 19.59 | 78.01 | - |
| YUV | 103.59 | 200.47 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 27 | 232 | 0.12 | 0.88 | 0 | 0.09 | 292.1 | 0.82 | 0.51 |
| Hex | CD | 1B | E8 | C | 58 | 0 | 9 | 124 | 52 | 33 |
| Octal | 315 | 33 | 350 | 14 | 130 | 0 | 11 | 444 | 122 | 63 |
| Binary | 11001101 | 11011 | 11101000 | 1100 | 1011000 | 0 | 1001 | 100100100 | 1010010 | 110011 |
Color Harmonies of #CD1BE8
Complementary color
Monochromatic Colors of #CD1BE8
Black with #CD1BE8
Text Example
Text Example
White with #CD1BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1BE8; }
p { color: rgb(205,27,232); }
H1.HeaderClassName
{
color: #CD1BE8;
}
.AnyTagClassName
{
color: #CD1BE8;
}
</style>
background-color css
<style>
a { background-color: #CD1BE8; }
a { background-color: rgb(205,27,232); }
div.DivClassName
{
background-color: #CD1BE8;
}
.BgClassName
{
background-color: #CD1BE8;
}
</style>
border-color css
<style>
span { border-color: #CD1BE8; }
span { border-color: rgb(205,27,232); }
td.TdClassName
{
border-color: #CD1BE8;
}
.TagClassName
{
border-color: #CD1BE8;
}
</style>