Shades of Heliotrope #C38BFF
Tints of Heliotrope #C38BFF
RGB
CMYK
RGB Variations
Color information
#C38BFF (or 0xC38BFF) is known color: Heliotrope. HEX triplet: C3, 8B and FF. RGB value is (195,139,255). Sum of RGB (Red+Green+Blue) = 195+139+255=589 (78% of max value = 765). Red value is 195 (76.56% from 255 or 33.11% from 589); Green value is 139 (54.69% from 255 or 23.60% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #C38BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C38BFF is #3C7400. Grayscale: #A8A8A8. Windows color (decimal): -3961857 or 16747459. OLE color: 16747459.
HSL color Cylindrical-coordinate representation of color #C38BFF: hue angle of 268.97º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C38BFF is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 139 | 255 | - |
| CMYK | 0.24 | 0.45 | 0 | 0 |
| HSL | 268.97º | 1% | 0.77% | - |
| HSV(B) | 268.97º | 0.45% | 1% | - |
| XYZ | 49.79 | 37.29 | 99.18 | - |
| YUV | 168.97 | 176.55 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 139 | 255 | 0.24 | 0.45 | 0 | 0 | 268.97 | 1 | 0.77 |
| Hex | C3 | 8B | FF | 18 | 2D | 0 | 0 | 10D | 64 | 4D |
| Octal | 303 | 213 | 377 | 30 | 55 | 0 | 0 | 415 | 144 | 115 |
| Binary | 11000011 | 10001011 | 11111111 | 11000 | 101101 | 0 | 0 | 100001101 | 1100100 | 1001101 |
Color Harmonies of #C38BFF
Complementary color
Monochromatic Colors of #C38BFF
Black with #C38BFF
Text Example
Text Example
White with #C38BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38BFF; }
p { color: rgb(195,139,255); }
H1.HeaderClassName
{
color: #C38BFF;
}
.AnyTagClassName
{
color: #C38BFF;
}
</style>
background-color css
<style>
a { background-color: #C38BFF; }
a { background-color: rgb(195,139,255); }
div.DivClassName
{
background-color: #C38BFF;
}
.BgClassName
{
background-color: #C38BFF;
}
</style>
border-color css
<style>
span { border-color: #C38BFF; }
span { border-color: rgb(195,139,255); }
td.TdClassName
{
border-color: #C38BFF;
}
.TagClassName
{
border-color: #C38BFF;
}
</style>