Shades of Heliotrope #CC68EE
Tints of Heliotrope #CC68EE
RGB
CMYK
RGB Variations
Color information
#CC68EE (or 0xCC68EE) is known color: Heliotrope. HEX triplet: CC, 68 and EE. RGB value is (204,104,238). Sum of RGB (Red+Green+Blue) = 204+104+238=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 104 (41.02% from 255 or 19.05% from 546); Blue value is 238 (93.36% from 255 or 43.59% from 546); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC68EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC68EE is #339711. Grayscale: #949494. Windows color (decimal): -3381010 or 15624396. OLE color: 15624396.
HSL color Cylindrical-coordinate representation of color #CC68EE: hue angle of 284.78º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC68EE is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 104 | 238 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.07 |
| HSL | 284.78º | 0.8% | 0.67% | - |
| HSV(B) | 284.78º | 0.56% | 0.93% | - |
| XYZ | 45.28 | 28.91 | 84.08 | - |
| YUV | 149.18 | 178.13 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 104 | 238 | 0.14 | 0.56 | 0 | 0.07 | 284.78 | 0.8 | 0.67 |
| Hex | CC | 68 | EE | E | 38 | 0 | 7 | 11D | 50 | 43 |
| Octal | 314 | 150 | 356 | 16 | 70 | 0 | 7 | 435 | 120 | 103 |
| Binary | 11001100 | 1101000 | 11101110 | 1110 | 111000 | 0 | 111 | 100011101 | 1010000 | 1000011 |
Color Harmonies of #CC68EE
Complementary color
Monochromatic Colors of #CC68EE
Black with #CC68EE
Text Example
Text Example
White with #CC68EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC68EE; }
p { color: rgb(204,104,238); }
H1.HeaderClassName
{
color: #CC68EE;
}
.AnyTagClassName
{
color: #CC68EE;
}
</style>
background-color css
<style>
a { background-color: #CC68EE; }
a { background-color: rgb(204,104,238); }
div.DivClassName
{
background-color: #CC68EE;
}
.BgClassName
{
background-color: #CC68EE;
}
</style>
border-color css
<style>
span { border-color: #CC68EE; }
span { border-color: rgb(204,104,238); }
td.TdClassName
{
border-color: #CC68EE;
}
.TagClassName
{
border-color: #CC68EE;
}
</style>