Shades of Heliotrope #CC68FD
Tints of Heliotrope #CC68FD
RGB
CMYK
RGB Variations
Color information
#CC68FD (or 0xCC68FD) is known color: Heliotrope. HEX triplet: CC, 68 and FD. RGB value is (204,104,253). Sum of RGB (Red+Green+Blue) = 204+104+253=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 104 (41.02% from 255 or 18.54% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC68FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC68FD is #339702. Grayscale: #969696. Windows color (decimal): -3380995 or 16607436. OLE color: 16607436.
HSL color Cylindrical-coordinate representation of color #CC68FD: hue angle of 280.27º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC68FD is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 204 | 104 | 253 | - |
CMYK | 0.19 | 0.59 | 0 | 0.01 |
HSL | 280.27º | 0.97% | 0.7% | - |
HSV(B) | 280.27º | 0.59% | 0.99% | - |
XYZ | 47.58 | 29.83 | 96.18 | - |
YUV | 150.89 | 185.63 | 165.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 104 | 253 | 0.19 | 0.59 | 0 | 0.01 | 280.27 | 0.97 | 0.7 |
Hex | CC | 68 | FD | 13 | 3B | 0 | 1 | 118 | 61 | 46 |
Octal | 314 | 150 | 375 | 23 | 73 | 0 | 1 | 430 | 141 | 106 |
Binary | 11001100 | 1101000 | 11111101 | 10011 | 111011 | 0 | 1 | 100011000 | 1100001 | 1000110 |
Color Harmonies of #CC68FD
Complementary color
Monochromatic Colors of #CC68FD
Black with #CC68FD
Text Example
Text Example
White with #CC68FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC68FD; }
p { color: rgb(204,104,253); }
H1.HeaderClassName
{
color: #CC68FD;
}
.AnyTagClassName
{
color: #CC68FD;
}
</style>
background-color css
<style>
a { background-color: #CC68FD; }
a { background-color: rgb(204,104,253); }
div.DivClassName
{
background-color: #CC68FD;
}
.BgClassName
{
background-color: #CC68FD;
}
</style>
border-color css
<style>
span { border-color: #CC68FD; }
span { border-color: rgb(204,104,253); }
td.TdClassName
{
border-color: #CC68FD;
}
.TagClassName
{
border-color: #CC68FD;
}
</style>