Shades of Heliotrope #CC69ED
Tints of Heliotrope #CC69ED
RGB
CMYK
RGB Variations
Color information
#CC69ED (or 0xCC69ED) is known color: Heliotrope. HEX triplet: CC, 69 and ED. RGB value is (204,105,237). Sum of RGB (Red+Green+Blue) = 204+105+237=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 105 (41.41% from 255 or 19.23% from 546); Blue value is 237 (92.97% from 255 or 43.41% from 546); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC69ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC69ED is #339612. Grayscale: #959595. Windows color (decimal): -3380755 or 15559116. OLE color: 15559116.
HSL color Cylindrical-coordinate representation of color #CC69ED: hue angle of 285º degrees, saturation: 0.79, 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 #CC69ED is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 105 | 237 | - |
CMYK | 0.14 | 0.56 | 0 | 0.07 |
HSL | 285º | 0.79% | 0.67% | - |
HSV(B) | 285º | 0.56% | 0.93% | - |
XYZ | 45.24 | 29.05 | 83.34 | - |
YUV | 149.65 | 177.3 | 166.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 105 | 237 | 0.14 | 0.56 | 0 | 0.07 | 285 | 0.79 | 0.67 |
Hex | CC | 69 | ED | E | 38 | 0 | 7 | 11D | 4F | 43 |
Octal | 314 | 151 | 355 | 16 | 70 | 0 | 7 | 435 | 117 | 103 |
Binary | 11001100 | 1101001 | 11101101 | 1110 | 111000 | 0 | 111 | 100011101 | 1001111 | 1000011 |
Color Harmonies of #CC69ED
Complementary color
Monochromatic Colors of #CC69ED
Black with #CC69ED
Text Example
Text Example
White with #CC69ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC69ED; }
p { color: rgb(204,105,237); }
H1.HeaderClassName
{
color: #CC69ED;
}
.AnyTagClassName
{
color: #CC69ED;
}
</style>
background-color css
<style>
a { background-color: #CC69ED; }
a { background-color: rgb(204,105,237); }
div.DivClassName
{
background-color: #CC69ED;
}
.BgClassName
{
background-color: #CC69ED;
}
</style>
border-color css
<style>
span { border-color: #CC69ED; }
span { border-color: rgb(204,105,237); }
td.TdClassName
{
border-color: #CC69ED;
}
.TagClassName
{
border-color: #CC69ED;
}
</style>