Shades of Psychedelic Purple #CD1FED
Tints of Psychedelic Purple #CD1FED
RGB
CMYK
RGB Variations
Color information
#CD1FED (or 0xCD1FED) is known color: Psychedelic Purple. HEX triplet: CD, 1F and ED. RGB value is (205,31,237). Sum of RGB (Red+Green+Blue) = 205+31+237=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 31 (12.5% from 255 or 6.55% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #CD1FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD1FED is #32E012. Grayscale: #696969. Windows color (decimal): -3334163 or 15540173. OLE color: 15540173.
HSL color Cylindrical-coordinate representation of color #CD1FED: hue angle of 290.68º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CD1FED is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 31 | 237 | - |
| CMYK | 0.14 | 0.87 | 0 | 0.07 |
| HSL | 290.68º | 0.85% | 0.53% | - |
| HSV(B) | 290.68º | 0.87% | 0.93% | - |
| XYZ | 40.95 | 20.07 | 81.84 | - |
| YUV | 106.51 | 201.65 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 31 | 237 | 0.14 | 0.87 | 0 | 0.07 | 290.68 | 0.85 | 0.53 |
| Hex | CD | 1F | ED | E | 57 | 0 | 7 | 123 | 55 | 35 |
| Octal | 315 | 37 | 355 | 16 | 127 | 0 | 7 | 443 | 125 | 65 |
| Binary | 11001101 | 11111 | 11101101 | 1110 | 1010111 | 0 | 111 | 100100011 | 1010101 | 110101 |
Color Harmonies of #CD1FED
Complementary color
Monochromatic Colors of #CD1FED
Black with #CD1FED
Text Example
Text Example
White with #CD1FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1FED; }
p { color: rgb(205,31,237); }
H1.HeaderClassName
{
color: #CD1FED;
}
.AnyTagClassName
{
color: #CD1FED;
}
</style>
background-color css
<style>
a { background-color: #CD1FED; }
a { background-color: rgb(205,31,237); }
div.DivClassName
{
background-color: #CD1FED;
}
.BgClassName
{
background-color: #CD1FED;
}
</style>
border-color css
<style>
span { border-color: #CD1FED; }
span { border-color: rgb(205,31,237); }
td.TdClassName
{
border-color: #CD1FED;
}
.TagClassName
{
border-color: #CD1FED;
}
</style>