Shades of Heliotrope #CC6DFD
Tints of Heliotrope #CC6DFD
RGB
CMYK
RGB Variations
Color information
#CC6DFD (or 0xCC6DFD) is known color: Heliotrope. HEX triplet: CC, 6D and FD. RGB value is (204,109,253). Sum of RGB (Red+Green+Blue) = 204+109+253=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 109 (42.97% from 255 or 19.26% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC6DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6DFD is #339202. Grayscale: #999999. Windows color (decimal): -3379715 or 16608716. OLE color: 16608716.
HSL color Cylindrical-coordinate representation of color #CC6DFD: hue angle of 279.58º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC6DFD is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 204 | 109 | 253 | - |
CMYK | 0.19 | 0.57 | 0 | 0.01 |
HSL | 279.58º | 0.97% | 0.71% | - |
HSV(B) | 279.58º | 0.57% | 0.99% | - |
XYZ | 48.1 | 30.87 | 96.35 | - |
YUV | 153.82 | 183.97 | 163.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 109 | 253 | 0.19 | 0.57 | 0 | 0.01 | 279.58 | 0.97 | 0.71 |
Hex | CC | 6D | FD | 13 | 39 | 0 | 1 | 118 | 61 | 47 |
Octal | 314 | 155 | 375 | 23 | 71 | 0 | 1 | 430 | 141 | 107 |
Binary | 11001100 | 1101101 | 11111101 | 10011 | 111001 | 0 | 1 | 100011000 | 1100001 | 1000111 |
Color Harmonies of #CC6DFD
Complementary color
Monochromatic Colors of #CC6DFD
Black with #CC6DFD
Text Example
Text Example
White with #CC6DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6DFD; }
p { color: rgb(204,109,253); }
H1.HeaderClassName
{
color: #CC6DFD;
}
.AnyTagClassName
{
color: #CC6DFD;
}
</style>
background-color css
<style>
a { background-color: #CC6DFD; }
a { background-color: rgb(204,109,253); }
div.DivClassName
{
background-color: #CC6DFD;
}
.BgClassName
{
background-color: #CC6DFD;
}
</style>
border-color css
<style>
span { border-color: #CC6DFD; }
span { border-color: rgb(204,109,253); }
td.TdClassName
{
border-color: #CC6DFD;
}
.TagClassName
{
border-color: #CC6DFD;
}
</style>