Shades of Heliotrope #CC80FD
Tints of Heliotrope #CC80FD
RGB
CMYK
RGB Variations
Color information
#CC80FD (or 0xCC80FD) is known color: Heliotrope. HEX triplet: CC, 80 and FD. RGB value is (204,128,253). Sum of RGB (Red+Green+Blue) = 204+128+253=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 128 (50.39% from 255 or 21.88% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC80FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC80FD is #337F02. Grayscale: #A4A4A4. Windows color (decimal): -3374851 or 16613580. OLE color: 16613580.
HSL color Cylindrical-coordinate representation of color #CC80FD: hue angle of 276.48º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC80FD is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 204 | 128 | 253 | - |
CMYK | 0.19 | 0.49 | 0 | 0.01 |
HSL | 276.48º | 0.97% | 0.75% | - |
HSV(B) | 276.48º | 0.49% | 0.99% | - |
XYZ | 50.35 | 35.37 | 97.1 | - |
YUV | 164.97 | 177.68 | 155.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 128 | 253 | 0.19 | 0.49 | 0 | 0.01 | 276.48 | 0.97 | 0.75 |
Hex | CC | 80 | FD | 13 | 31 | 0 | 1 | 114 | 61 | 4B |
Octal | 314 | 200 | 375 | 23 | 61 | 0 | 1 | 424 | 141 | 113 |
Binary | 11001100 | 10000000 | 11111101 | 10011 | 110001 | 0 | 1 | 100010100 | 1100001 | 1001011 |
Color Harmonies of #CC80FD
Complementary color
Monochromatic Colors of #CC80FD
Black with #CC80FD
Text Example
Text Example
White with #CC80FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC80FD; }
p { color: rgb(204,128,253); }
H1.HeaderClassName
{
color: #CC80FD;
}
.AnyTagClassName
{
color: #CC80FD;
}
</style>
background-color css
<style>
a { background-color: #CC80FD; }
a { background-color: rgb(204,128,253); }
div.DivClassName
{
background-color: #CC80FD;
}
.BgClassName
{
background-color: #CC80FD;
}
</style>
border-color css
<style>
span { border-color: #CC80FD; }
span { border-color: rgb(204,128,253); }
td.TdClassName
{
border-color: #CC80FD;
}
.TagClassName
{
border-color: #CC80FD;
}
</style>