Shades of Psychedelic Purple #CD18EA
Tints of Psychedelic Purple #CD18EA
RGB
CMYK
RGB Variations
Color information
#CD18EA (or 0xCD18EA) is known color: Psychedelic Purple. HEX triplet: CD, 18 and EA. RGB value is (205,24,234). Sum of RGB (Red+Green+Blue) = 205+24+234=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 24 (9.77% from 255 or 5.18% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #CD18EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD18EA is #32E715. Grayscale: #656565. Windows color (decimal): -3335958 or 15341773. OLE color: 15341773.
HSL color Cylindrical-coordinate representation of color #CD18EA: hue angle of 291.71º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD18EA is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 24 | 234 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.08 |
| HSL | 291.71º | 0.83% | 0.51% | - |
| HSV(B) | 291.71º | 0.9% | 0.92% | - |
| XYZ | 40.35 | 19.57 | 79.49 | - |
| YUV | 102.06 | 202.47 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 24 | 234 | 0.12 | 0.90 | 0 | 0.08 | 291.71 | 0.83 | 0.51 |
| Hex | CD | 18 | EA | C | 5A | 0 | 8 | 124 | 53 | 33 |
| Octal | 315 | 30 | 352 | 14 | 132 | 0 | 10 | 444 | 123 | 63 |
| Binary | 11001101 | 11000 | 11101010 | 1100 | 1011010 | 0 | 1000 | 100100100 | 1010011 | 110011 |
Color Harmonies of #CD18EA
Complementary color
Monochromatic Colors of #CD18EA
Black with #CD18EA
Text Example
Text Example
White with #CD18EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD18EA; }
p { color: rgb(205,24,234); }
H1.HeaderClassName
{
color: #CD18EA;
}
.AnyTagClassName
{
color: #CD18EA;
}
</style>
background-color css
<style>
a { background-color: #CD18EA; }
a { background-color: rgb(205,24,234); }
div.DivClassName
{
background-color: #CD18EA;
}
.BgClassName
{
background-color: #CD18EA;
}
</style>
border-color css
<style>
span { border-color: #CD18EA; }
span { border-color: rgb(205,24,234); }
td.TdClassName
{
border-color: #CD18EA;
}
.TagClassName
{
border-color: #CD18EA;
}
</style>