Shades of Heliotrope #C97BFD
Tints of Heliotrope #C97BFD
RGB
CMYK
RGB Variations
Color information
#C97BFD (or 0xC97BFD) is known color: Heliotrope. HEX triplet: C9, 7B and FD. RGB value is (201,123,253). Sum of RGB (Red+Green+Blue) = 201+123+253=577 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.84% from 577); Green value is 123 (48.44% from 255 or 21.32% from 577); Blue value is 253 (99.22% from 255 or 43.85% from 577); Max value from RGB is 253 - color contains mainly: blue. Hex color #C97BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97BFD is #368402. Grayscale: #A0A0A0. Windows color (decimal): -3572739 or 16612297. OLE color: 16612297.
HSL color Cylindrical-coordinate representation of color #C97BFD: hue angle of 276º 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 #C97BFD is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 123 | 253 | - |
| CMYK | 0.21 | 0.51 | 0 | 0.01 |
| HSL | 276º | 0.97% | 0.74% | - |
| HSV(B) | 276º | 0.51% | 0.99% | - |
| XYZ | 48.9 | 33.68 | 96.85 | - |
| YUV | 161.14 | 179.84 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 123 | 253 | 0.21 | 0.51 | 0 | 0.01 | 276 | 0.97 | 0.74 |
| Hex | C9 | 7B | FD | 15 | 33 | 0 | 1 | 114 | 61 | 4A |
| Octal | 311 | 173 | 375 | 25 | 63 | 0 | 1 | 424 | 141 | 112 |
| Binary | 11001001 | 1111011 | 11111101 | 10101 | 110011 | 0 | 1 | 100010100 | 1100001 | 1001010 |
Color Harmonies of #C97BFD
Complementary color
Monochromatic Colors of #C97BFD
Black with #C97BFD
Text Example
Text Example
White with #C97BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97BFD; }
p { color: rgb(201,123,253); }
H1.HeaderClassName
{
color: #C97BFD;
}
.AnyTagClassName
{
color: #C97BFD;
}
</style>
background-color css
<style>
a { background-color: #C97BFD; }
a { background-color: rgb(201,123,253); }
div.DivClassName
{
background-color: #C97BFD;
}
.BgClassName
{
background-color: #C97BFD;
}
</style>
border-color css
<style>
span { border-color: #C97BFD; }
span { border-color: rgb(201,123,253); }
td.TdClassName
{
border-color: #C97BFD;
}
.TagClassName
{
border-color: #C97BFD;
}
</style>