Shades of Heliotrope #CC7BED
Tints of Heliotrope #CC7BED
RGB
CMYK
RGB Variations
Color information
#CC7BED (or 0xCC7BED) is known color: Heliotrope. HEX triplet: CC, 7B and ED. RGB value is (204,123,237). Sum of RGB (Red+Green+Blue) = 204+123+237=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 123 (48.44% from 255 or 21.81% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC7BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7BED is #338412. Grayscale: #9F9F9F. Windows color (decimal): -3376147 or 15563724. OLE color: 15563724.
HSL color Cylindrical-coordinate representation of color #CC7BED: hue angle of 282.63º 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 #CC7BED is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 123 | 237 | - |
| CMYK | 0.14 | 0.48 | 0 | 0.07 |
| HSL | 282.63º | 0.76% | 0.71% | - |
| HSV(B) | 282.63º | 0.48% | 0.93% | - |
| XYZ | 47.27 | 33.12 | 84.02 | - |
| YUV | 160.22 | 171.34 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 123 | 237 | 0.14 | 0.48 | 0 | 0.07 | 282.63 | 0.76 | 0.71 |
| Hex | CC | 7B | ED | E | 30 | 0 | 7 | 11B | 4C | 47 |
| Octal | 314 | 173 | 355 | 16 | 60 | 0 | 7 | 433 | 114 | 107 |
| Binary | 11001100 | 1111011 | 11101101 | 1110 | 110000 | 0 | 111 | 100011011 | 1001100 | 1000111 |
Color Harmonies of #CC7BED
Complementary color
Monochromatic Colors of #CC7BED
Black with #CC7BED
Text Example
Text Example
White with #CC7BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7BED; }
p { color: rgb(204,123,237); }
H1.HeaderClassName
{
color: #CC7BED;
}
.AnyTagClassName
{
color: #CC7BED;
}
</style>
background-color css
<style>
a { background-color: #CC7BED; }
a { background-color: rgb(204,123,237); }
div.DivClassName
{
background-color: #CC7BED;
}
.BgClassName
{
background-color: #CC7BED;
}
</style>
border-color css
<style>
span { border-color: #CC7BED; }
span { border-color: rgb(204,123,237); }
td.TdClassName
{
border-color: #CC7BED;
}
.TagClassName
{
border-color: #CC7BED;
}
</style>