Shades of Psychedelic Purple #CF0DF5
Tints of Psychedelic Purple #CF0DF5
RGB
CMYK
RGB Variations
Color information
#CF0DF5 (or 0xCF0DF5) is known color: Psychedelic Purple. HEX triplet: CF, 0D and F5. RGB value is (207,13,245). Sum of RGB (Red+Green+Blue) = 207+13+245=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 13 (5.47% from 255 or 2.80% from 465); Blue value is 245 (96.09% from 255 or 52.69% from 465); Max value from RGB is 245 - color contains mainly: blue. Hex color #CF0DF5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF0DF5 is #30F20A. Grayscale: #606060. Windows color (decimal): -3207691 or 16059855. OLE color: 16059855.
HSL color Cylindrical-coordinate representation of color #CF0DF5: hue angle of 290.17º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF0DF5 is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 13 | 245 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.04 |
| HSL | 290.17º | 0.92% | 0.51% | - |
| HSV(B) | 290.17º | 0.95% | 0.96% | - |
| XYZ | 42.36 | 20.15 | 88.04 | - |
| YUV | 97.45 | 211.27 | 206.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 13 | 245 | 0.16 | 0.95 | 0 | 0.04 | 290.17 | 0.92 | 0.51 |
| Hex | CF | D | F5 | 10 | 5F | 0 | 4 | 122 | 5C | 33 |
| Octal | 317 | 15 | 365 | 20 | 137 | 0 | 4 | 442 | 134 | 63 |
| Binary | 11001111 | 1101 | 11110101 | 10000 | 1011111 | 0 | 100 | 100100010 | 1011100 | 110011 |
Color Harmonies of #CF0DF5
Complementary color
Monochromatic Colors of #CF0DF5
Black with #CF0DF5
Text Example
Text Example
White with #CF0DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0DF5; }
p { color: rgb(207,13,245); }
H1.HeaderClassName
{
color: #CF0DF5;
}
.AnyTagClassName
{
color: #CF0DF5;
}
</style>
background-color css
<style>
a { background-color: #CF0DF5; }
a { background-color: rgb(207,13,245); }
div.DivClassName
{
background-color: #CF0DF5;
}
.BgClassName
{
background-color: #CF0DF5;
}
</style>
border-color css
<style>
span { border-color: #CF0DF5; }
span { border-color: rgb(207,13,245); }
td.TdClassName
{
border-color: #CF0DF5;
}
.TagClassName
{
border-color: #CF0DF5;
}
</style>