Shades of Heliotrope #CF82FE
Tints of Heliotrope #CF82FE
RGB
CMYK
RGB Variations
Color information
#CF82FE (or 0xCF82FE) is known color: Heliotrope. HEX triplet: CF, 82 and FE. RGB value is (207,130,254). Sum of RGB (Red+Green+Blue) = 207+130+254=591 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.03% from 591); Green value is 130 (51.17% from 255 or 22.00% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #CF82FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF82FE is #307D01. Grayscale: #A6A6A6. Windows color (decimal): -3177730 or 16679631. OLE color: 16679631.
HSL color Cylindrical-coordinate representation of color #CF82FE: hue angle of 277.26º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF82FE is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 130 | 254 | - |
| CMYK | 0.19 | 0.49 | 0 | 0.00 |
| HSL | 277.26º | 0.98% | 0.75% | - |
| HSV(B) | 277.26º | 0.49% | 1% | - |
| XYZ | 51.6 | 36.39 | 98.07 | - |
| YUV | 167.16 | 177.01 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 130 | 254 | 0.19 | 0.49 | 0 | 0.00 | 277.26 | 0.98 | 0.75 |
| Hex | CF | 82 | FE | 13 | 31 | 0 | 0 | 115 | 62 | 4B |
| Octal | 317 | 202 | 376 | 23 | 61 | 0 | 0 | 425 | 142 | 113 |
| Binary | 11001111 | 10000010 | 11111110 | 10011 | 110001 | 0 | 0 | 100010101 | 1100010 | 1001011 |
Color Harmonies of #CF82FE
Complementary color
Monochromatic Colors of #CF82FE
Black with #CF82FE
Text Example
Text Example
White with #CF82FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF82FE; }
p { color: rgb(207,130,254); }
H1.HeaderClassName
{
color: #CF82FE;
}
.AnyTagClassName
{
color: #CF82FE;
}
</style>
background-color css
<style>
a { background-color: #CF82FE; }
a { background-color: rgb(207,130,254); }
div.DivClassName
{
background-color: #CF82FE;
}
.BgClassName
{
background-color: #CF82FE;
}
</style>
border-color css
<style>
span { border-color: #CF82FE; }
span { border-color: rgb(207,130,254); }
td.TdClassName
{
border-color: #CF82FE;
}
.TagClassName
{
border-color: #CF82FE;
}
</style>