Shades of Psychedelic Purple #CD0FEA
Tints of Psychedelic Purple #CD0FEA
RGB
CMYK
RGB Variations
Color information
#CD0FEA (or 0xCD0FEA) is known color: Psychedelic Purple. HEX triplet: CD, 0F and EA. RGB value is (205,15,234). Sum of RGB (Red+Green+Blue) = 205+15+234=454 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.15% from 454); Green value is 15 (6.25% from 255 or 3.30% from 454); Blue value is 234 (91.80% from 255 or 51.54% from 454); Max value from RGB is 234 - color contains mainly: blue. Hex color #CD0FEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD0FEA is #32F015. Grayscale: #606060. Windows color (decimal): -3338262 or 15339469. OLE color: 15339469.
HSL color Cylindrical-coordinate representation of color #CD0FEA: hue angle of 292.05º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CD0FEA is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 15 | 234 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.08 |
| HSL | 292.05º | 0.88% | 0.49% | - |
| HSV(B) | 292.05º | 0.94% | 0.92% | - |
| XYZ | 40.2 | 19.26 | 79.44 | - |
| YUV | 96.78 | 205.45 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 15 | 234 | 0.12 | 0.94 | 0 | 0.08 | 292.05 | 0.88 | 0.49 |
| Hex | CD | F | EA | C | 5E | 0 | 8 | 124 | 58 | 31 |
| Octal | 315 | 17 | 352 | 14 | 136 | 0 | 10 | 444 | 130 | 61 |
| Binary | 11001101 | 1111 | 11101010 | 1100 | 1011110 | 0 | 1000 | 100100100 | 1011000 | 110001 |
Color Harmonies of #CD0FEA
Complementary color
Monochromatic Colors of #CD0FEA
Black with #CD0FEA
Text Example
Text Example
White with #CD0FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0FEA; }
p { color: rgb(205,15,234); }
H1.HeaderClassName
{
color: #CD0FEA;
}
.AnyTagClassName
{
color: #CD0FEA;
}
</style>
background-color css
<style>
a { background-color: #CD0FEA; }
a { background-color: rgb(205,15,234); }
div.DivClassName
{
background-color: #CD0FEA;
}
.BgClassName
{
background-color: #CD0FEA;
}
</style>
border-color css
<style>
span { border-color: #CD0FEA; }
span { border-color: rgb(205,15,234); }
td.TdClassName
{
border-color: #CD0FEA;
}
.TagClassName
{
border-color: #CD0FEA;
}
</style>