Shades of Heliotrope #CF7DFC
Tints of Heliotrope #CF7DFC
RGB
CMYK
RGB Variations
Color information
#CF7DFC (or 0xCF7DFC) is known color: Heliotrope. HEX triplet: CF, 7D and FC. RGB value is (207,125,252). Sum of RGB (Red+Green+Blue) = 207+125+252=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 125 (49.22% from 255 or 21.40% from 584); Blue value is 252 (98.83% from 255 or 43.15% from 584); Max value from RGB is 252 - color contains mainly: blue. Hex color #CF7DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF7DFC is #308203. Grayscale: #A3A3A3. Windows color (decimal): -3179012 or 16547279. OLE color: 16547279.
HSL color Cylindrical-coordinate representation of color #CF7DFC: hue angle of 278.74º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF7DFC is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 125 | 252 | - |
| CMYK | 0.18 | 0.50 | 0 | 0.01 |
| HSL | 278.74º | 0.95% | 0.74% | - |
| HSV(B) | 278.74º | 0.5% | 0.99% | - |
| XYZ | 50.64 | 34.96 | 96.17 | - |
| YUV | 164 | 177.67 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 125 | 252 | 0.18 | 0.50 | 0 | 0.01 | 278.74 | 0.95 | 0.74 |
| Hex | CF | 7D | FC | 12 | 32 | 0 | 1 | 117 | 5F | 4A |
| Octal | 317 | 175 | 374 | 22 | 62 | 0 | 1 | 427 | 137 | 112 |
| Binary | 11001111 | 1111101 | 11111100 | 10010 | 110010 | 0 | 1 | 100010111 | 1011111 | 1001010 |
Color Harmonies of #CF7DFC
Complementary color
Monochromatic Colors of #CF7DFC
Black with #CF7DFC
Text Example
Text Example
White with #CF7DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7DFC; }
p { color: rgb(207,125,252); }
H1.HeaderClassName
{
color: #CF7DFC;
}
.AnyTagClassName
{
color: #CF7DFC;
}
</style>
background-color css
<style>
a { background-color: #CF7DFC; }
a { background-color: rgb(207,125,252); }
div.DivClassName
{
background-color: #CF7DFC;
}
.BgClassName
{
background-color: #CF7DFC;
}
</style>
border-color css
<style>
span { border-color: #CF7DFC; }
span { border-color: rgb(207,125,252); }
td.TdClassName
{
border-color: #CF7DFC;
}
.TagClassName
{
border-color: #CF7DFC;
}
</style>