Shades of Heliotrope #C37BFD
Tints of Heliotrope #C37BFD
RGB
CMYK
RGB Variations
Color information
#C37BFD (or 0xC37BFD) is known color: Heliotrope. HEX triplet: C3, 7B and FD. RGB value is (195,123,253). Sum of RGB (Red+Green+Blue) = 195+123+253=571 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.15% from 571); Green value is 123 (48.44% from 255 or 21.54% from 571); Blue value is 253 (99.22% from 255 or 44.31% from 571); Max value from RGB is 253 - color contains mainly: blue. Hex color #C37BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C37BFD is #3C8402. Grayscale: #9E9E9E. Windows color (decimal): -3965955 or 16612291. OLE color: 16612291.
HSL color Cylindrical-coordinate representation of color #C37BFD: hue angle of 273.23º 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 #C37BFD is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 123 | 253 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.01 |
| HSL | 273.23º | 0.97% | 0.74% | - |
| HSV(B) | 273.23º | 0.51% | 0.99% | - |
| XYZ | 47.32 | 32.86 | 96.78 | - |
| YUV | 159.35 | 180.85 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 123 | 253 | 0.23 | 0.51 | 0 | 0.01 | 273.23 | 0.97 | 0.74 |
| Hex | C3 | 7B | FD | 17 | 33 | 0 | 1 | 111 | 61 | 4A |
| Octal | 303 | 173 | 375 | 27 | 63 | 0 | 1 | 421 | 141 | 112 |
| Binary | 11000011 | 1111011 | 11111101 | 10111 | 110011 | 0 | 1 | 100010001 | 1100001 | 1001010 |
Color Harmonies of #C37BFD
Complementary color
Monochromatic Colors of #C37BFD
Black with #C37BFD
Text Example
Text Example
White with #C37BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37BFD; }
p { color: rgb(195,123,253); }
H1.HeaderClassName
{
color: #C37BFD;
}
.AnyTagClassName
{
color: #C37BFD;
}
</style>
background-color css
<style>
a { background-color: #C37BFD; }
a { background-color: rgb(195,123,253); }
div.DivClassName
{
background-color: #C37BFD;
}
.BgClassName
{
background-color: #C37BFD;
}
</style>
border-color css
<style>
span { border-color: #C37BFD; }
span { border-color: rgb(195,123,253); }
td.TdClassName
{
border-color: #C37BFD;
}
.TagClassName
{
border-color: #C37BFD;
}
</style>