Shades of Psychedelic Purple #D01CFC
Tints of Psychedelic Purple #D01CFC
RGB
CMYK
RGB Variations
Color information
#D01CFC (or 0xD01CFC) is known color: Psychedelic Purple. HEX triplet: D0, 1C and FC. RGB value is (208,28,252). Sum of RGB (Red+Green+Blue) = 208+28+252=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 28 (11.33% from 255 or 5.74% from 488); Blue value is 252 (98.83% from 255 or 51.64% from 488); Max value from RGB is 252 - color contains mainly: blue. Hex color #D01CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D01CFC is #2FE303. Grayscale: #6A6A6A. Windows color (decimal): -3138308 or 16522448. OLE color: 16522448.
HSL color Cylindrical-coordinate representation of color #D01CFC: hue angle of 288.21º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D01CFC is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 28 | 252 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.01 |
| HSL | 288.21º | 0.97% | 0.55% | - |
| HSV(B) | 288.21º | 0.89% | 0.99% | - |
| XYZ | 44 | 21.27 | 93.88 | - |
| YUV | 107.36 | 209.63 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 28 | 252 | 0.17 | 0.89 | 0 | 0.01 | 288.21 | 0.97 | 0.55 |
| Hex | D0 | 1C | FC | 11 | 59 | 0 | 1 | 120 | 61 | 37 |
| Octal | 320 | 34 | 374 | 21 | 131 | 0 | 1 | 440 | 141 | 67 |
| Binary | 11010000 | 11100 | 11111100 | 10001 | 1011001 | 0 | 1 | 100100000 | 1100001 | 110111 |
Color Harmonies of #D01CFC
Complementary color
Monochromatic Colors of #D01CFC
Black with #D01CFC
Text Example
Text Example
White with #D01CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01CFC; }
p { color: rgb(208,28,252); }
H1.HeaderClassName
{
color: #D01CFC;
}
.AnyTagClassName
{
color: #D01CFC;
}
</style>
background-color css
<style>
a { background-color: #D01CFC; }
a { background-color: rgb(208,28,252); }
div.DivClassName
{
background-color: #D01CFC;
}
.BgClassName
{
background-color: #D01CFC;
}
</style>
border-color css
<style>
span { border-color: #D01CFC; }
span { border-color: rgb(208,28,252); }
td.TdClassName
{
border-color: #D01CFC;
}
.TagClassName
{
border-color: #D01CFC;
}
</style>