Shades of Heliotrope #CF6FFD
Tints of Heliotrope #CF6FFD
RGB
CMYK
RGB Variations
Color information
#CF6FFD (or 0xCF6FFD) is known color: Heliotrope. HEX triplet: CF, 6F and FD. RGB value is (207,111,253). Sum of RGB (Red+Green+Blue) = 207+111+253=571 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.25% from 571); Green value is 111 (43.75% from 255 or 19.44% from 571); Blue value is 253 (99.22% from 255 or 44.31% from 571); Max value from RGB is 253 - color contains mainly: blue. Hex color #CF6FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6FFD is #309002. Grayscale: #9B9B9B. Windows color (decimal): -3182595 or 16609231. OLE color: 16609231.
HSL color Cylindrical-coordinate representation of color #CF6FFD: hue angle of 280.56º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF6FFD is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 111 | 253 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.01 |
| HSL | 280.56º | 0.97% | 0.71% | - |
| HSV(B) | 280.56º | 0.56% | 0.99% | - |
| XYZ | 49.15 | 31.73 | 96.46 | - |
| YUV | 155.89 | 182.8 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 111 | 253 | 0.18 | 0.56 | 0 | 0.01 | 280.56 | 0.97 | 0.71 |
| Hex | CF | 6F | FD | 12 | 38 | 0 | 1 | 119 | 61 | 47 |
| Octal | 317 | 157 | 375 | 22 | 70 | 0 | 1 | 431 | 141 | 107 |
| Binary | 11001111 | 1101111 | 11111101 | 10010 | 111000 | 0 | 1 | 100011001 | 1100001 | 1000111 |
Color Harmonies of #CF6FFD
Complementary color
Monochromatic Colors of #CF6FFD
Black with #CF6FFD
Text Example
Text Example
White with #CF6FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6FFD; }
p { color: rgb(207,111,253); }
H1.HeaderClassName
{
color: #CF6FFD;
}
.AnyTagClassName
{
color: #CF6FFD;
}
</style>
background-color css
<style>
a { background-color: #CF6FFD; }
a { background-color: rgb(207,111,253); }
div.DivClassName
{
background-color: #CF6FFD;
}
.BgClassName
{
background-color: #CF6FFD;
}
</style>
border-color css
<style>
span { border-color: #CF6FFD; }
span { border-color: rgb(207,111,253); }
td.TdClassName
{
border-color: #CF6FFD;
}
.TagClassName
{
border-color: #CF6FFD;
}
</style>