Shades of Heliotrope #CF7BED
Tints of Heliotrope #CF7BED
RGB
CMYK
RGB Variations
Color information
#CF7BED (or 0xCF7BED) is known color: Heliotrope. HEX triplet: CF, 7B and ED. RGB value is (207,123,237). Sum of RGB (Red+Green+Blue) = 207+123+237=567 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.51% from 567); Green value is 123 (48.44% from 255 or 21.69% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF7BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF7BED is #308412. Grayscale: #A0A0A0. Windows color (decimal): -3179539 or 15563727. OLE color: 15563727.
HSL color Cylindrical-coordinate representation of color #CF7BED: hue angle of 284.21º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CF7BED is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 123 | 237 | - |
| CMYK | 0.13 | 0.48 | 0 | 0.07 |
| HSL | 284.21º | 0.76% | 0.71% | - |
| HSV(B) | 284.21º | 0.48% | 0.93% | - |
| XYZ | 48.1 | 33.55 | 84.06 | - |
| YUV | 161.11 | 170.83 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 123 | 237 | 0.13 | 0.48 | 0 | 0.07 | 284.21 | 0.76 | 0.71 |
| Hex | CF | 7B | ED | D | 30 | 0 | 7 | 11C | 4C | 47 |
| Octal | 317 | 173 | 355 | 15 | 60 | 0 | 7 | 434 | 114 | 107 |
| Binary | 11001111 | 1111011 | 11101101 | 1101 | 110000 | 0 | 111 | 100011100 | 1001100 | 1000111 |
Color Harmonies of #CF7BED
Complementary color
Monochromatic Colors of #CF7BED
Black with #CF7BED
Text Example
Text Example
White with #CF7BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7BED; }
p { color: rgb(207,123,237); }
H1.HeaderClassName
{
color: #CF7BED;
}
.AnyTagClassName
{
color: #CF7BED;
}
</style>
background-color css
<style>
a { background-color: #CF7BED; }
a { background-color: rgb(207,123,237); }
div.DivClassName
{
background-color: #CF7BED;
}
.BgClassName
{
background-color: #CF7BED;
}
</style>
border-color css
<style>
span { border-color: #CF7BED; }
span { border-color: rgb(207,123,237); }
td.TdClassName
{
border-color: #CF7BED;
}
.TagClassName
{
border-color: #CF7BED;
}
</style>