Shades of Heliotrope #CC7BFD
Tints of Heliotrope #CC7BFD
RGB
CMYK
RGB Variations
Color information
#CC7BFD (or 0xCC7BFD) is known color: Heliotrope. HEX triplet: CC, 7B and FD. RGB value is (204,123,253). Sum of RGB (Red+Green+Blue) = 204+123+253=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 123 (48.44% from 255 or 21.21% from 580); Blue value is 253 (99.22% from 255 or 43.62% from 580); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC7BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7BFD is #338402. Grayscale: #A1A1A1. Windows color (decimal): -3376131 or 16612300. OLE color: 16612300.
HSL color Cylindrical-coordinate representation of color #CC7BFD: hue angle of 277.38º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC7BFD is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 123 | 253 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.01 |
| HSL | 277.38º | 0.97% | 0.74% | - |
| HSV(B) | 277.38º | 0.51% | 0.99% | - |
| XYZ | 49.71 | 34.1 | 96.89 | - |
| YUV | 162.04 | 179.34 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 123 | 253 | 0.19 | 0.51 | 0 | 0.01 | 277.38 | 0.97 | 0.74 |
| Hex | CC | 7B | FD | 13 | 33 | 0 | 1 | 115 | 61 | 4A |
| Octal | 314 | 173 | 375 | 23 | 63 | 0 | 1 | 425 | 141 | 112 |
| Binary | 11001100 | 1111011 | 11111101 | 10011 | 110011 | 0 | 1 | 100010101 | 1100001 | 1001010 |
Color Harmonies of #CC7BFD
Complementary color
Monochromatic Colors of #CC7BFD
Black with #CC7BFD
Text Example
Text Example
White with #CC7BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7BFD; }
p { color: rgb(204,123,253); }
H1.HeaderClassName
{
color: #CC7BFD;
}
.AnyTagClassName
{
color: #CC7BFD;
}
</style>
background-color css
<style>
a { background-color: #CC7BFD; }
a { background-color: rgb(204,123,253); }
div.DivClassName
{
background-color: #CC7BFD;
}
.BgClassName
{
background-color: #CC7BFD;
}
</style>
border-color css
<style>
span { border-color: #CC7BFD; }
span { border-color: rgb(204,123,253); }
td.TdClassName
{
border-color: #CC7BFD;
}
.TagClassName
{
border-color: #CC7BFD;
}
</style>