Shades of Heliotrope #CF83FE
Tints of Heliotrope #CF83FE
RGB
CMYK
RGB Variations
Color information
#CF83FE (or 0xCF83FE) is known color: Heliotrope. HEX triplet: CF, 83 and FE. RGB value is (207,131,254). Sum of RGB (Red+Green+Blue) = 207+131+254=592 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.97% from 592); Green value is 131 (51.56% from 255 or 22.13% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #CF83FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF83FE is #307C01. Grayscale: #A7A7A7. Windows color (decimal): -3177474 or 16679887. OLE color: 16679887.
HSL color Cylindrical-coordinate representation of color #CF83FE: hue angle of 277.07º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CF83FE is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 131 | 254 | - |
| CMYK | 0.19 | 0.48 | 0 | 0.00 |
| HSL | 277.07º | 0.98% | 0.75% | - |
| HSV(B) | 277.07º | 0.48% | 1% | - |
| XYZ | 51.74 | 36.65 | 98.11 | - |
| YUV | 167.75 | 176.68 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 131 | 254 | 0.19 | 0.48 | 0 | 0.00 | 277.07 | 0.98 | 0.75 |
| Hex | CF | 83 | FE | 13 | 30 | 0 | 0 | 115 | 62 | 4B |
| Octal | 317 | 203 | 376 | 23 | 60 | 0 | 0 | 425 | 142 | 113 |
| Binary | 11001111 | 10000011 | 11111110 | 10011 | 110000 | 0 | 0 | 100010101 | 1100010 | 1001011 |
Color Harmonies of #CF83FE
Complementary color
Monochromatic Colors of #CF83FE
Black with #CF83FE
Text Example
Text Example
White with #CF83FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF83FE; }
p { color: rgb(207,131,254); }
H1.HeaderClassName
{
color: #CF83FE;
}
.AnyTagClassName
{
color: #CF83FE;
}
</style>
background-color css
<style>
a { background-color: #CF83FE; }
a { background-color: rgb(207,131,254); }
div.DivClassName
{
background-color: #CF83FE;
}
.BgClassName
{
background-color: #CF83FE;
}
</style>
border-color css
<style>
span { border-color: #CF83FE; }
span { border-color: rgb(207,131,254); }
td.TdClassName
{
border-color: #CF83FE;
}
.TagClassName
{
border-color: #CF83FE;
}
</style>