Shades of Heliotrope #CF7DF3
Tints of Heliotrope #CF7DF3
RGB
CMYK
RGB Variations
Color information
#CF7DF3 (or 0xCF7DF3) is known color: Heliotrope. HEX triplet: CF, 7D and F3. RGB value is (207,125,243). Sum of RGB (Red+Green+Blue) = 207+125+243=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 125 (49.22% from 255 or 21.74% from 575); Blue value is 243 (95.31% from 255 or 42.26% from 575); Max value from RGB is 243 - color contains mainly: blue. Hex color #CF7DF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF7DF3 is #30820C. Grayscale: #A2A2A2. Windows color (decimal): -3179021 or 15957455. OLE color: 15957455.
HSL color Cylindrical-coordinate representation of color #CF7DF3: hue angle of 281.69º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF7DF3 is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 125 | 243 | - |
| CMYK | 0.15 | 0.49 | 0 | 0.05 |
| HSL | 281.69º | 0.83% | 0.72% | - |
| HSV(B) | 281.69º | 0.49% | 0.95% | - |
| XYZ | 49.24 | 34.4 | 88.84 | - |
| YUV | 162.97 | 173.17 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 125 | 243 | 0.15 | 0.49 | 0 | 0.05 | 281.69 | 0.83 | 0.72 |
| Hex | CF | 7D | F3 | F | 31 | 0 | 5 | 11A | 53 | 48 |
| Octal | 317 | 175 | 363 | 17 | 61 | 0 | 5 | 432 | 123 | 110 |
| Binary | 11001111 | 1111101 | 11110011 | 1111 | 110001 | 0 | 101 | 100011010 | 1010011 | 1001000 |
Color Harmonies of #CF7DF3
Complementary color
Monochromatic Colors of #CF7DF3
Black with #CF7DF3
Text Example
Text Example
White with #CF7DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7DF3; }
p { color: rgb(207,125,243); }
H1.HeaderClassName
{
color: #CF7DF3;
}
.AnyTagClassName
{
color: #CF7DF3;
}
</style>
background-color css
<style>
a { background-color: #CF7DF3; }
a { background-color: rgb(207,125,243); }
div.DivClassName
{
background-color: #CF7DF3;
}
.BgClassName
{
background-color: #CF7DF3;
}
</style>
border-color css
<style>
span { border-color: #CF7DF3; }
span { border-color: rgb(207,125,243); }
td.TdClassName
{
border-color: #CF7DF3;
}
.TagClassName
{
border-color: #CF7DF3;
}
</style>