Shades of Psychedelic Purple #D00CFB
Tints of Psychedelic Purple #D00CFB
RGB
CMYK
RGB Variations
Color information
#D00CFB (or 0xD00CFB) is known color: Psychedelic Purple. HEX triplet: D0, 0C and FB. RGB value is (208,12,251). Sum of RGB (Red+Green+Blue) = 208+12+251=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 12 (5.08% from 255 or 2.55% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #D00CFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D00CFB is #2FF304. Grayscale: #616161. Windows color (decimal): -3142405 or 16452816. OLE color: 16452816.
HSL color Cylindrical-coordinate representation of color #D00CFB: hue angle of 289.21º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D00CFB is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 12 | 251 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.02 |
| HSL | 289.21º | 0.97% | 0.52% | - |
| HSV(B) | 289.21º | 0.95% | 0.98% | - |
| XYZ | 43.56 | 20.64 | 92.95 | - |
| YUV | 97.85 | 214.43 | 206.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 12 | 251 | 0.17 | 0.95 | 0 | 0.02 | 289.21 | 0.97 | 0.52 |
| Hex | D0 | C | FB | 11 | 5F | 0 | 2 | 121 | 61 | 34 |
| Octal | 320 | 14 | 373 | 21 | 137 | 0 | 2 | 441 | 141 | 64 |
| Binary | 11010000 | 1100 | 11111011 | 10001 | 1011111 | 0 | 10 | 100100001 | 1100001 | 110100 |
Color Harmonies of #D00CFB
Complementary color
Monochromatic Colors of #D00CFB
Black with #D00CFB
Text Example
Text Example
White with #D00CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00CFB; }
p { color: rgb(208,12,251); }
H1.HeaderClassName
{
color: #D00CFB;
}
.AnyTagClassName
{
color: #D00CFB;
}
</style>
background-color css
<style>
a { background-color: #D00CFB; }
a { background-color: rgb(208,12,251); }
div.DivClassName
{
background-color: #D00CFB;
}
.BgClassName
{
background-color: #D00CFB;
}
</style>
border-color css
<style>
span { border-color: #D00CFB; }
span { border-color: rgb(208,12,251); }
td.TdClassName
{
border-color: #D00CFB;
}
.TagClassName
{
border-color: #D00CFB;
}
</style>