Shades of Psychedelic Purple #CF2FFD
Tints of Psychedelic Purple #CF2FFD
RGB
CMYK
RGB Variations
Color information
#CF2FFD (or 0xCF2FFD) is known color: Psychedelic Purple. HEX triplet: CF, 2F and FD. RGB value is (207,47,253). Sum of RGB (Red+Green+Blue) = 207+47+253=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 47 (18.75% from 255 or 9.27% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #CF2FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF2FFD is #30D002. Grayscale: #757575. Windows color (decimal): -3198979 or 16592847. OLE color: 16592847.
HSL color Cylindrical-coordinate representation of color #CF2FFD: hue angle of 286.6º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF2FFD is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 47 | 253 | - |
| CMYK | 0.18 | 0.81 | 0 | 0.01 |
| HSL | 286.6º | 0.98% | 0.59% | - |
| HSV(B) | 286.6º | 0.81% | 0.99% | - |
| XYZ | 44.48 | 22.39 | 94.91 | - |
| YUV | 118.32 | 204.01 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 47 | 253 | 0.18 | 0.81 | 0 | 0.01 | 286.6 | 0.98 | 0.59 |
| Hex | CF | 2F | FD | 12 | 51 | 0 | 1 | 11F | 62 | 3B |
| Octal | 317 | 57 | 375 | 22 | 121 | 0 | 1 | 437 | 142 | 73 |
| Binary | 11001111 | 101111 | 11111101 | 10010 | 1010001 | 0 | 1 | 100011111 | 1100010 | 111011 |
Color Harmonies of #CF2FFD
Complementary color
Monochromatic Colors of #CF2FFD
Black with #CF2FFD
Text Example
Text Example
White with #CF2FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2FFD; }
p { color: rgb(207,47,253); }
H1.HeaderClassName
{
color: #CF2FFD;
}
.AnyTagClassName
{
color: #CF2FFD;
}
</style>
background-color css
<style>
a { background-color: #CF2FFD; }
a { background-color: rgb(207,47,253); }
div.DivClassName
{
background-color: #CF2FFD;
}
.BgClassName
{
background-color: #CF2FFD;
}
</style>
border-color css
<style>
span { border-color: #CF2FFD; }
span { border-color: rgb(207,47,253); }
td.TdClassName
{
border-color: #CF2FFD;
}
.TagClassName
{
border-color: #CF2FFD;
}
</style>