Shades of Psychedelic Purple #CD14E8
Tints of Psychedelic Purple #CD14E8
RGB
CMYK
RGB Variations
Color information
#CD14E8 (or 0xCD14E8) is known color: Psychedelic Purple. HEX triplet: CD, 14 and E8. RGB value is (205,20,232). Sum of RGB (Red+Green+Blue) = 205+20+232=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 20 (8.20% from 255 or 4.38% from 457); Blue value is 232 (91.02% from 255 or 50.77% from 457); Max value from RGB is 232 - color contains mainly: blue. Hex color #CD14E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD14E8 is #32EB17. Grayscale: #626262. Windows color (decimal): -3336984 or 15209677. OLE color: 15209677.
HSL color Cylindrical-coordinate representation of color #CD14E8: hue angle of 292.36º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD14E8 is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 20 | 232 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.09 |
| HSL | 292.36º | 0.84% | 0.49% | - |
| HSV(B) | 292.36º | 0.91% | 0.91% | - |
| XYZ | 39.99 | 19.31 | 77.96 | - |
| YUV | 99.48 | 202.79 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 20 | 232 | 0.12 | 0.91 | 0 | 0.09 | 292.36 | 0.84 | 0.49 |
| Hex | CD | 14 | E8 | C | 5B | 0 | 9 | 124 | 54 | 31 |
| Octal | 315 | 24 | 350 | 14 | 133 | 0 | 11 | 444 | 124 | 61 |
| Binary | 11001101 | 10100 | 11101000 | 1100 | 1011011 | 0 | 1001 | 100100100 | 1010100 | 110001 |
Color Harmonies of #CD14E8
Complementary color
Monochromatic Colors of #CD14E8
Black with #CD14E8
Text Example
Text Example
White with #CD14E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD14E8; }
p { color: rgb(205,20,232); }
H1.HeaderClassName
{
color: #CD14E8;
}
.AnyTagClassName
{
color: #CD14E8;
}
</style>
background-color css
<style>
a { background-color: #CD14E8; }
a { background-color: rgb(205,20,232); }
div.DivClassName
{
background-color: #CD14E8;
}
.BgClassName
{
background-color: #CD14E8;
}
</style>
border-color css
<style>
span { border-color: #CD14E8; }
span { border-color: rgb(205,20,232); }
td.TdClassName
{
border-color: #CD14E8;
}
.TagClassName
{
border-color: #CD14E8;
}
</style>