Shades of Heliotrope #CC67EF
Tints of Heliotrope #CC67EF
RGB
CMYK
RGB Variations
Color information
#CC67EF (or 0xCC67EF) is known color: Heliotrope. HEX triplet: CC, 67 and EF. RGB value is (204,103,239). Sum of RGB (Red+Green+Blue) = 204+103+239=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 103 (40.62% from 255 or 18.86% from 546); Blue value is 239 (93.75% from 255 or 43.77% from 546); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC67EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC67EF is #339810. Grayscale: #949494. Windows color (decimal): -3381265 or 15689676. OLE color: 15689676.
HSL color Cylindrical-coordinate representation of color #CC67EF: hue angle of 284.56º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC67EF is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 103 | 239 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.06 |
| HSL | 284.56º | 0.81% | 0.67% | - |
| HSV(B) | 284.56º | 0.57% | 0.94% | - |
| XYZ | 45.33 | 28.77 | 84.83 | - |
| YUV | 148.7 | 178.96 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 103 | 239 | 0.15 | 0.57 | 0 | 0.06 | 284.56 | 0.81 | 0.67 |
| Hex | CC | 67 | EF | F | 39 | 0 | 6 | 11D | 51 | 43 |
| Octal | 314 | 147 | 357 | 17 | 71 | 0 | 6 | 435 | 121 | 103 |
| Binary | 11001100 | 1100111 | 11101111 | 1111 | 111001 | 0 | 110 | 100011101 | 1010001 | 1000011 |
Color Harmonies of #CC67EF
Complementary color
Monochromatic Colors of #CC67EF
Black with #CC67EF
Text Example
Text Example
White with #CC67EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC67EF; }
p { color: rgb(204,103,239); }
H1.HeaderClassName
{
color: #CC67EF;
}
.AnyTagClassName
{
color: #CC67EF;
}
</style>
background-color css
<style>
a { background-color: #CC67EF; }
a { background-color: rgb(204,103,239); }
div.DivClassName
{
background-color: #CC67EF;
}
.BgClassName
{
background-color: #CC67EF;
}
</style>
border-color css
<style>
span { border-color: #CC67EF; }
span { border-color: rgb(204,103,239); }
td.TdClassName
{
border-color: #CC67EF;
}
.TagClassName
{
border-color: #CC67EF;
}
</style>