Shades of Heliotrope #CC67ED
Tints of Heliotrope #CC67ED
RGB
CMYK
RGB Variations
Color information
#CC67ED (or 0xCC67ED) is known color: Heliotrope. HEX triplet: CC, 67 and ED. RGB value is (204,103,237). Sum of RGB (Red+Green+Blue) = 204+103+237=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 103 (40.62% from 255 or 18.93% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC67ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC67ED is #339812. Grayscale: #949494. Windows color (decimal): -3381267 or 15558604. OLE color: 15558604.
HSL color Cylindrical-coordinate representation of color #CC67ED: hue angle of 285.22º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC67ED is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 103 | 237 | - |
| CMYK | 0.14 | 0.57 | 0 | 0.07 |
| HSL | 285.22º | 0.79% | 0.67% | - |
| HSV(B) | 285.22º | 0.57% | 0.93% | - |
| XYZ | 45.04 | 28.65 | 83.28 | - |
| YUV | 148.48 | 177.96 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 103 | 237 | 0.14 | 0.57 | 0 | 0.07 | 285.22 | 0.79 | 0.67 |
| Hex | CC | 67 | ED | E | 39 | 0 | 7 | 11D | 4F | 43 |
| Octal | 314 | 147 | 355 | 16 | 71 | 0 | 7 | 435 | 117 | 103 |
| Binary | 11001100 | 1100111 | 11101101 | 1110 | 111001 | 0 | 111 | 100011101 | 1001111 | 1000011 |
Color Harmonies of #CC67ED
Complementary color
Monochromatic Colors of #CC67ED
Black with #CC67ED
Text Example
Text Example
White with #CC67ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC67ED; }
p { color: rgb(204,103,237); }
H1.HeaderClassName
{
color: #CC67ED;
}
.AnyTagClassName
{
color: #CC67ED;
}
</style>
background-color css
<style>
a { background-color: #CC67ED; }
a { background-color: rgb(204,103,237); }
div.DivClassName
{
background-color: #CC67ED;
}
.BgClassName
{
background-color: #CC67ED;
}
</style>
border-color css
<style>
span { border-color: #CC67ED; }
span { border-color: rgb(204,103,237); }
td.TdClassName
{
border-color: #CC67ED;
}
.TagClassName
{
border-color: #CC67ED;
}
</style>