Shades of Heliotrope #CF66F3
Tints of Heliotrope #CF66F3
RGB
CMYK
RGB Variations
Color information
#CF66F3 (or 0xCF66F3) is known color: Heliotrope. HEX triplet: CF, 66 and F3. RGB value is (207,102,243). Sum of RGB (Red+Green+Blue) = 207+102+243=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 102 (40.23% from 255 or 18.48% from 552); Blue value is 243 (95.31% from 255 or 44.02% from 552); Max value from RGB is 243 - color contains mainly: blue. Hex color #CF66F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF66F3 is #30990C. Grayscale: #959595. Windows color (decimal): -3184909 or 15951567. OLE color: 15951567.
HSL color Cylindrical-coordinate representation of color #CF66F3: hue angle of 284.68º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF66F3 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 102 | 243 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.05 |
| HSL | 284.68º | 0.85% | 0.68% | - |
| HSV(B) | 284.68º | 0.58% | 0.95% | - |
| XYZ | 46.66 | 29.24 | 87.98 | - |
| YUV | 149.47 | 180.79 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 102 | 243 | 0.15 | 0.58 | 0 | 0.05 | 284.68 | 0.85 | 0.68 |
| Hex | CF | 66 | F3 | F | 3A | 0 | 5 | 11D | 55 | 44 |
| Octal | 317 | 146 | 363 | 17 | 72 | 0 | 5 | 435 | 125 | 104 |
| Binary | 11001111 | 1100110 | 11110011 | 1111 | 111010 | 0 | 101 | 100011101 | 1010101 | 1000100 |
Color Harmonies of #CF66F3
Complementary color
Monochromatic Colors of #CF66F3
Black with #CF66F3
Text Example
Text Example
White with #CF66F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF66F3; }
p { color: rgb(207,102,243); }
H1.HeaderClassName
{
color: #CF66F3;
}
.AnyTagClassName
{
color: #CF66F3;
}
</style>
background-color css
<style>
a { background-color: #CF66F3; }
a { background-color: rgb(207,102,243); }
div.DivClassName
{
background-color: #CF66F3;
}
.BgClassName
{
background-color: #CF66F3;
}
</style>
border-color css
<style>
span { border-color: #CF66F3; }
span { border-color: rgb(207,102,243); }
td.TdClassName
{
border-color: #CF66F3;
}
.TagClassName
{
border-color: #CF66F3;
}
</style>