Shades of Heliotrope #CC65F1
Tints of Heliotrope #CC65F1
RGB
CMYK
RGB Variations
Color information
#CC65F1 (or 0xCC65F1) is known color: Heliotrope. HEX triplet: CC, 65 and F1. RGB value is (204,101,241). Sum of RGB (Red+Green+Blue) = 204+101+241=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 101 (39.84% from 255 or 18.50% from 546); Blue value is 241 (94.53% from 255 or 44.14% from 546); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC65F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC65F1 is #339A0E. Grayscale: #939393. Windows color (decimal): -3381775 or 15820236. OLE color: 15820236.
HSL color Cylindrical-coordinate representation of color #CC65F1: hue angle of 284.14º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC65F1 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 101 | 241 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.05 |
| HSL | 284.14º | 0.83% | 0.67% | - |
| HSV(B) | 284.14º | 0.58% | 0.95% | - |
| XYZ | 45.43 | 28.5 | 86.32 | - |
| YUV | 147.76 | 180.62 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 241 | 0.15 | 0.58 | 0 | 0.05 | 284.14 | 0.83 | 0.67 |
| Hex | CC | 65 | F1 | F | 3A | 0 | 5 | 11C | 53 | 43 |
| Octal | 314 | 145 | 361 | 17 | 72 | 0 | 5 | 434 | 123 | 103 |
| Binary | 11001100 | 1100101 | 11110001 | 1111 | 111010 | 0 | 101 | 100011100 | 1010011 | 1000011 |
Color Harmonies of #CC65F1
Complementary color
Monochromatic Colors of #CC65F1
Black with #CC65F1
Text Example
Text Example
White with #CC65F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC65F1; }
p { color: rgb(204,101,241); }
H1.HeaderClassName
{
color: #CC65F1;
}
.AnyTagClassName
{
color: #CC65F1;
}
</style>
background-color css
<style>
a { background-color: #CC65F1; }
a { background-color: rgb(204,101,241); }
div.DivClassName
{
background-color: #CC65F1;
}
.BgClassName
{
background-color: #CC65F1;
}
</style>
border-color css
<style>
span { border-color: #CC65F1; }
span { border-color: rgb(204,101,241); }
td.TdClassName
{
border-color: #CC65F1;
}
.TagClassName
{
border-color: #CC65F1;
}
</style>