Shades of Heliotrope #CF7FFB
Tints of Heliotrope #CF7FFB
RGB
CMYK
RGB Variations
Color information
#CF7FFB (or 0xCF7FFB) is known color: Heliotrope. HEX triplet: CF, 7F and FB. RGB value is (207,127,251). Sum of RGB (Red+Green+Blue) = 207+127+251=585 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.38% from 585); Green value is 127 (50% from 255 or 21.71% from 585); Blue value is 251 (98.44% from 255 or 42.91% from 585); Max value from RGB is 251 - color contains mainly: blue. Hex color #CF7FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF7FFB is #308004. Grayscale: #A4A4A4. Windows color (decimal): -3178501 or 16482255. OLE color: 16482255.
HSL color Cylindrical-coordinate representation of color #CF7FFB: hue angle of 278.71º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF7FFB is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 127 | 251 | - |
| CMYK | 0.18 | 0.49 | 0 | 0.02 |
| HSL | 278.71º | 0.94% | 0.74% | - |
| HSV(B) | 278.71º | 0.49% | 0.98% | - |
| XYZ | 50.73 | 35.41 | 95.43 | - |
| YUV | 165.06 | 176.5 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 127 | 251 | 0.18 | 0.49 | 0 | 0.02 | 278.71 | 0.94 | 0.74 |
| Hex | CF | 7F | FB | 12 | 31 | 0 | 2 | 117 | 5E | 4A |
| Octal | 317 | 177 | 373 | 22 | 61 | 0 | 2 | 427 | 136 | 112 |
| Binary | 11001111 | 1111111 | 11111011 | 10010 | 110001 | 0 | 10 | 100010111 | 1011110 | 1001010 |
Color Harmonies of #CF7FFB
Complementary color
Monochromatic Colors of #CF7FFB
Black with #CF7FFB
Text Example
Text Example
White with #CF7FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7FFB; }
p { color: rgb(207,127,251); }
H1.HeaderClassName
{
color: #CF7FFB;
}
.AnyTagClassName
{
color: #CF7FFB;
}
</style>
background-color css
<style>
a { background-color: #CF7FFB; }
a { background-color: rgb(207,127,251); }
div.DivClassName
{
background-color: #CF7FFB;
}
.BgClassName
{
background-color: #CF7FFB;
}
</style>
border-color css
<style>
span { border-color: #CF7FFB; }
span { border-color: rgb(207,127,251); }
td.TdClassName
{
border-color: #CF7FFB;
}
.TagClassName
{
border-color: #CF7FFB;
}
</style>