Shades of Heliotrope #CC67F1
Tints of Heliotrope #CC67F1
RGB
CMYK
RGB Variations
Color information
#CC67F1 (or 0xCC67F1) is known color: Heliotrope. HEX triplet: CC, 67 and F1. RGB value is (204,103,241). Sum of RGB (Red+Green+Blue) = 204+103+241=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 103 (40.62% from 255 or 18.80% from 548); Blue value is 241 (94.53% from 255 or 43.98% from 548); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC67F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC67F1 is #33980E. Grayscale: #949494. Windows color (decimal): -3381263 or 15820748. OLE color: 15820748.
HSL color Cylindrical-coordinate representation of color #CC67F1: hue angle of 283.91º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC67F1 is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 103 | 241 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.05 |
| HSL | 283.91º | 0.83% | 0.67% | - |
| HSV(B) | 283.91º | 0.57% | 0.95% | - |
| XYZ | 45.63 | 28.89 | 86.39 | - |
| YUV | 148.93 | 179.96 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 103 | 241 | 0.15 | 0.57 | 0 | 0.05 | 283.91 | 0.83 | 0.67 |
| Hex | CC | 67 | F1 | F | 39 | 0 | 5 | 11C | 53 | 43 |
| Octal | 314 | 147 | 361 | 17 | 71 | 0 | 5 | 434 | 123 | 103 |
| Binary | 11001100 | 1100111 | 11110001 | 1111 | 111001 | 0 | 101 | 100011100 | 1010011 | 1000011 |
Color Harmonies of #CC67F1
Complementary color
Monochromatic Colors of #CC67F1
Black with #CC67F1
Text Example
Text Example
White with #CC67F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC67F1; }
p { color: rgb(204,103,241); }
H1.HeaderClassName
{
color: #CC67F1;
}
.AnyTagClassName
{
color: #CC67F1;
}
</style>
background-color css
<style>
a { background-color: #CC67F1; }
a { background-color: rgb(204,103,241); }
div.DivClassName
{
background-color: #CC67F1;
}
.BgClassName
{
background-color: #CC67F1;
}
</style>
border-color css
<style>
span { border-color: #CC67F1; }
span { border-color: rgb(204,103,241); }
td.TdClassName
{
border-color: #CC67F1;
}
.TagClassName
{
border-color: #CC67F1;
}
</style>