Shades of Heliotrope #CC6FFE
Tints of Heliotrope #CC6FFE
RGB
CMYK
RGB Variations
Color information
#CC6FFE (or 0xCC6FFE) is known color: Heliotrope. HEX triplet: CC, 6F and FE. RGB value is (204,111,254). Sum of RGB (Red+Green+Blue) = 204+111+254=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 111 (43.75% from 255 or 19.51% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC6FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6FFE is #339001. Grayscale: #9A9A9A. Windows color (decimal): -3379202 or 16674764. OLE color: 16674764.
HSL color Cylindrical-coordinate representation of color #CC6FFE: hue angle of 279.02º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC6FFE is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 111 | 254 | - |
| CMYK | 0.20 | 0.56 | 0 | 0.00 |
| HSL | 279.02º | 0.99% | 0.72% | - |
| HSV(B) | 279.02º | 0.56% | 1% | - |
| XYZ | 48.48 | 31.36 | 97.26 | - |
| YUV | 155.11 | 183.81 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 111 | 254 | 0.20 | 0.56 | 0 | 0.00 | 279.02 | 0.99 | 0.72 |
| Hex | CC | 6F | FE | 14 | 38 | 0 | 0 | 117 | 63 | 48 |
| Octal | 314 | 157 | 376 | 24 | 70 | 0 | 0 | 427 | 143 | 110 |
| Binary | 11001100 | 1101111 | 11111110 | 10100 | 111000 | 0 | 0 | 100010111 | 1100011 | 1001000 |
Color Harmonies of #CC6FFE
Complementary color
Monochromatic Colors of #CC6FFE
Black with #CC6FFE
Text Example
Text Example
White with #CC6FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6FFE; }
p { color: rgb(204,111,254); }
H1.HeaderClassName
{
color: #CC6FFE;
}
.AnyTagClassName
{
color: #CC6FFE;
}
</style>
background-color css
<style>
a { background-color: #CC6FFE; }
a { background-color: rgb(204,111,254); }
div.DivClassName
{
background-color: #CC6FFE;
}
.BgClassName
{
background-color: #CC6FFE;
}
</style>
border-color css
<style>
span { border-color: #CC6FFE; }
span { border-color: rgb(204,111,254); }
td.TdClassName
{
border-color: #CC6FFE;
}
.TagClassName
{
border-color: #CC6FFE;
}
</style>