Shades of Heliotrope #CD7BFB
Tints of Heliotrope #CD7BFB
RGB
CMYK
RGB Variations
Color information
#CD7BFB (or 0xCD7BFB) is known color: Heliotrope. HEX triplet: CD, 7B and FB. RGB value is (205,123,251). Sum of RGB (Red+Green+Blue) = 205+123+251=579 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.41% from 579); Green value is 123 (48.44% from 255 or 21.24% from 579); Blue value is 251 (98.44% from 255 or 43.35% from 579); Max value from RGB is 251 - color contains mainly: blue. Hex color #CD7BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD7BFB is #328404. Grayscale: #A1A1A1. Windows color (decimal): -3310597 or 16481229. OLE color: 16481229.
HSL color Cylindrical-coordinate representation of color #CD7BFB: hue angle of 278.44º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CD7BFB is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 123 | 251 | - |
| CMYK | 0.18 | 0.51 | 0 | 0.02 |
| HSL | 278.44º | 0.94% | 0.73% | - |
| HSV(B) | 278.44º | 0.51% | 0.98% | - |
| XYZ | 49.67 | 34.11 | 95.23 | - |
| YUV | 162.11 | 178.17 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 123 | 251 | 0.18 | 0.51 | 0 | 0.02 | 278.44 | 0.94 | 0.73 |
| Hex | CD | 7B | FB | 12 | 33 | 0 | 2 | 116 | 5E | 49 |
| Octal | 315 | 173 | 373 | 22 | 63 | 0 | 2 | 426 | 136 | 111 |
| Binary | 11001101 | 1111011 | 11111011 | 10010 | 110011 | 0 | 10 | 100010110 | 1011110 | 1001001 |
Color Harmonies of #CD7BFB
Complementary color
Monochromatic Colors of #CD7BFB
Black with #CD7BFB
Text Example
Text Example
White with #CD7BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7BFB; }
p { color: rgb(205,123,251); }
H1.HeaderClassName
{
color: #CD7BFB;
}
.AnyTagClassName
{
color: #CD7BFB;
}
</style>
background-color css
<style>
a { background-color: #CD7BFB; }
a { background-color: rgb(205,123,251); }
div.DivClassName
{
background-color: #CD7BFB;
}
.BgClassName
{
background-color: #CD7BFB;
}
</style>
border-color css
<style>
span { border-color: #CD7BFB; }
span { border-color: rgb(205,123,251); }
td.TdClassName
{
border-color: #CD7BFB;
}
.TagClassName
{
border-color: #CD7BFB;
}
</style>