Shades of Heliotrope #C38AFF
Tints of Heliotrope #C38AFF
RGB
CMYK
RGB Variations
Color information
#C38AFF (or 0xC38AFF) is known color: Heliotrope. HEX triplet: C3, 8A and FF. RGB value is (195,138,255). Sum of RGB (Red+Green+Blue) = 195+138+255=588 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.16% from 588); Green value is 138 (54.30% from 255 or 23.47% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #C38AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C38AFF is #3C7500. Grayscale: #A7A7A7. Windows color (decimal): -3962113 or 16747203. OLE color: 16747203.
HSL color Cylindrical-coordinate representation of color #C38AFF: hue angle of 269.23º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C38AFF is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 138 | 255 | - |
| CMYK | 0.24 | 0.46 | 0 | 0 |
| HSL | 269.23º | 1% | 0.77% | - |
| HSV(B) | 269.23º | 0.46% | 1% | - |
| XYZ | 49.64 | 37 | 99.13 | - |
| YUV | 168.38 | 176.88 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 138 | 255 | 0.24 | 0.46 | 0 | 0 | 269.23 | 1 | 0.77 |
| Hex | C3 | 8A | FF | 18 | 2E | 0 | 0 | 10D | 64 | 4D |
| Octal | 303 | 212 | 377 | 30 | 56 | 0 | 0 | 415 | 144 | 115 |
| Binary | 11000011 | 10001010 | 11111111 | 11000 | 101110 | 0 | 0 | 100001101 | 1100100 | 1001101 |
Color Harmonies of #C38AFF
Complementary color
Monochromatic Colors of #C38AFF
Black with #C38AFF
Text Example
Text Example
White with #C38AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38AFF; }
p { color: rgb(195,138,255); }
H1.HeaderClassName
{
color: #C38AFF;
}
.AnyTagClassName
{
color: #C38AFF;
}
</style>
background-color css
<style>
a { background-color: #C38AFF; }
a { background-color: rgb(195,138,255); }
div.DivClassName
{
background-color: #C38AFF;
}
.BgClassName
{
background-color: #C38AFF;
}
</style>
border-color css
<style>
span { border-color: #C38AFF; }
span { border-color: rgb(195,138,255); }
td.TdClassName
{
border-color: #C38AFF;
}
.TagClassName
{
border-color: #C38AFF;
}
</style>