Shades of Heliotrope #CC6BFA
Tints of Heliotrope #CC6BFA
RGB
CMYK
RGB Variations
Color information
#CC6BFA (or 0xCC6BFA) is known color: Heliotrope. HEX triplet: CC, 6B and FA. RGB value is (204,107,250). Sum of RGB (Red+Green+Blue) = 204+107+250=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 107 (42.19% from 255 or 19.07% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC6BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6BFA is #339405. Grayscale: #979797. Windows color (decimal): -3380230 or 16411596. OLE color: 16411596.
HSL color Cylindrical-coordinate representation of color #CC6BFA: hue angle of 280.7º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC6BFA is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 107 | 250 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.02 |
| HSL | 280.7º | 0.93% | 0.7% | - |
| HSV(B) | 280.7º | 0.57% | 0.98% | - |
| XYZ | 47.41 | 30.25 | 93.78 | - |
| YUV | 152.31 | 183.14 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 107 | 250 | 0.18 | 0.57 | 0 | 0.02 | 280.7 | 0.93 | 0.7 |
| Hex | CC | 6B | FA | 12 | 39 | 0 | 2 | 119 | 5D | 46 |
| Octal | 314 | 153 | 372 | 22 | 71 | 0 | 2 | 431 | 135 | 106 |
| Binary | 11001100 | 1101011 | 11111010 | 10010 | 111001 | 0 | 10 | 100011001 | 1011101 | 1000110 |
Color Harmonies of #CC6BFA
Complementary color
Monochromatic Colors of #CC6BFA
Black with #CC6BFA
Text Example
Text Example
White with #CC6BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6BFA; }
p { color: rgb(204,107,250); }
H1.HeaderClassName
{
color: #CC6BFA;
}
.AnyTagClassName
{
color: #CC6BFA;
}
</style>
background-color css
<style>
a { background-color: #CC6BFA; }
a { background-color: rgb(204,107,250); }
div.DivClassName
{
background-color: #CC6BFA;
}
.BgClassName
{
background-color: #CC6BFA;
}
</style>
border-color css
<style>
span { border-color: #CC6BFA; }
span { border-color: rgb(204,107,250); }
td.TdClassName
{
border-color: #CC6BFA;
}
.TagClassName
{
border-color: #CC6BFA;
}
</style>