Shades of Heliotrope #CC67FE
Tints of Heliotrope #CC67FE
RGB
CMYK
RGB Variations
Color information
#CC67FE (or 0xCC67FE) is known color: Heliotrope. HEX triplet: CC, 67 and FE. RGB value is (204,103,254). Sum of RGB (Red+Green+Blue) = 204+103+254=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 103 (40.62% from 255 or 18.36% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC67FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC67FE is #339801. Grayscale: #959595. Windows color (decimal): -3381250 or 16672716. OLE color: 16672716.
HSL color Cylindrical-coordinate representation of color #CC67FE: hue angle of 280.13º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC67FE is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 103 | 254 | - |
| CMYK | 0.20 | 0.59 | 0 | 0.00 |
| HSL | 280.13º | 0.99% | 0.7% | - |
| HSV(B) | 280.13º | 0.59% | 1% | - |
| XYZ | 47.64 | 29.69 | 96.99 | - |
| YUV | 150.41 | 186.46 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 103 | 254 | 0.20 | 0.59 | 0 | 0.00 | 280.13 | 0.99 | 0.7 |
| Hex | CC | 67 | FE | 14 | 3B | 0 | 0 | 118 | 63 | 46 |
| Octal | 314 | 147 | 376 | 24 | 73 | 0 | 0 | 430 | 143 | 106 |
| Binary | 11001100 | 1100111 | 11111110 | 10100 | 111011 | 0 | 0 | 100011000 | 1100011 | 1000110 |
Color Harmonies of #CC67FE
Complementary color
Monochromatic Colors of #CC67FE
Black with #CC67FE
Text Example
Text Example
White with #CC67FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC67FE; }
p { color: rgb(204,103,254); }
H1.HeaderClassName
{
color: #CC67FE;
}
.AnyTagClassName
{
color: #CC67FE;
}
</style>
background-color css
<style>
a { background-color: #CC67FE; }
a { background-color: rgb(204,103,254); }
div.DivClassName
{
background-color: #CC67FE;
}
.BgClassName
{
background-color: #CC67FE;
}
</style>
border-color css
<style>
span { border-color: #CC67FE; }
span { border-color: rgb(204,103,254); }
td.TdClassName
{
border-color: #CC67FE;
}
.TagClassName
{
border-color: #CC67FE;
}
</style>