Shades of Psychedelic Purple #CF0BED
Tints of Psychedelic Purple #CF0BED
RGB
CMYK
RGB Variations
Color information
#CF0BED (or 0xCF0BED) is known color: Psychedelic Purple. HEX triplet: CF, 0B and ED. RGB value is (207,11,237). Sum of RGB (Red+Green+Blue) = 207+11+237=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 11 (4.69% from 255 or 2.42% from 455); Blue value is 237 (92.97% from 255 or 52.09% from 455); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF0BED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF0BED is #30F412. Grayscale: #5E5E5E. Windows color (decimal): -3208211 or 15535055. OLE color: 15535055.
HSL color Cylindrical-coordinate representation of color #CF0BED: hue angle of 292.04º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF0BED is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 11 | 237 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.07 |
| HSL | 292.04º | 0.91% | 0.49% | - |
| HSV(B) | 292.04º | 0.95% | 0.93% | - |
| XYZ | 41.14 | 19.62 | 81.74 | - |
| YUV | 95.37 | 207.93 | 207.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 11 | 237 | 0.13 | 0.95 | 0 | 0.07 | 292.04 | 0.91 | 0.49 |
| Hex | CF | B | ED | D | 5F | 0 | 7 | 124 | 5B | 31 |
| Octal | 317 | 13 | 355 | 15 | 137 | 0 | 7 | 444 | 133 | 61 |
| Binary | 11001111 | 1011 | 11101101 | 1101 | 1011111 | 0 | 111 | 100100100 | 1011011 | 110001 |
Color Harmonies of #CF0BED
Complementary color
Monochromatic Colors of #CF0BED
Black with #CF0BED
Text Example
Text Example
White with #CF0BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0BED; }
p { color: rgb(207,11,237); }
H1.HeaderClassName
{
color: #CF0BED;
}
.AnyTagClassName
{
color: #CF0BED;
}
</style>
background-color css
<style>
a { background-color: #CF0BED; }
a { background-color: rgb(207,11,237); }
div.DivClassName
{
background-color: #CF0BED;
}
.BgClassName
{
background-color: #CF0BED;
}
</style>
border-color css
<style>
span { border-color: #CF0BED; }
span { border-color: rgb(207,11,237); }
td.TdClassName
{
border-color: #CF0BED;
}
.TagClassName
{
border-color: #CF0BED;
}
</style>