Shades of Heliotrope #CC65FD
Tints of Heliotrope #CC65FD
RGB
CMYK
RGB Variations
Color information
#CC65FD (or 0xCC65FD) is known color: Heliotrope. HEX triplet: CC, 65 and FD. RGB value is (204,101,253). Sum of RGB (Red+Green+Blue) = 204+101+253=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 101 (39.84% from 255 or 18.10% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC65FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC65FD is #339A02. Grayscale: #949494. Windows color (decimal): -3381763 or 16606668. OLE color: 16606668.
HSL color Cylindrical-coordinate representation of color #CC65FD: hue angle of 280.66º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC65FD is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 101 | 253 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.01 |
| HSL | 280.66º | 0.97% | 0.69% | - |
| HSV(B) | 280.66º | 0.6% | 0.99% | - |
| XYZ | 47.29 | 29.24 | 96.08 | - |
| YUV | 149.13 | 186.62 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 253 | 0.19 | 0.60 | 0 | 0.01 | 280.66 | 0.97 | 0.69 |
| Hex | CC | 65 | FD | 13 | 3C | 0 | 1 | 119 | 61 | 45 |
| Octal | 314 | 145 | 375 | 23 | 74 | 0 | 1 | 431 | 141 | 105 |
| Binary | 11001100 | 1100101 | 11111101 | 10011 | 111100 | 0 | 1 | 100011001 | 1100001 | 1000101 |
Color Harmonies of #CC65FD
Complementary color
Monochromatic Colors of #CC65FD
Black with #CC65FD
Text Example
Text Example
White with #CC65FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC65FD; }
p { color: rgb(204,101,253); }
H1.HeaderClassName
{
color: #CC65FD;
}
.AnyTagClassName
{
color: #CC65FD;
}
</style>
background-color css
<style>
a { background-color: #CC65FD; }
a { background-color: rgb(204,101,253); }
div.DivClassName
{
background-color: #CC65FD;
}
.BgClassName
{
background-color: #CC65FD;
}
</style>
border-color css
<style>
span { border-color: #CC65FD; }
span { border-color: rgb(204,101,253); }
td.TdClassName
{
border-color: #CC65FD;
}
.TagClassName
{
border-color: #CC65FD;
}
</style>