Shades of Heliotrope #C389FD
Tints of Heliotrope #C389FD
RGB
CMYK
RGB Variations
Color information
#C389FD (or 0xC389FD) is known color: Heliotrope. HEX triplet: C3, 89 and FD. RGB value is (195,137,253). Sum of RGB (Red+Green+Blue) = 195+137+253=585 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.33% from 585); Green value is 137 (53.91% from 255 or 23.42% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #C389FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C389FD is #3C7602. Grayscale: #A7A7A7. Windows color (decimal): -3962371 or 16615875. OLE color: 16615875.
HSL color Cylindrical-coordinate representation of color #C389FD: hue angle of 270º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C389FD is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 137 | 253 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.01 |
| HSL | 270º | 0.97% | 0.76% | - |
| HSV(B) | 270º | 0.46% | 0.99% | - |
| XYZ | 49.18 | 36.59 | 97.4 | - |
| YUV | 167.57 | 176.22 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 137 | 253 | 0.23 | 0.46 | 0 | 0.01 | 270 | 0.97 | 0.76 |
| Hex | C3 | 89 | FD | 17 | 2E | 0 | 1 | 10E | 61 | 4C |
| Octal | 303 | 211 | 375 | 27 | 56 | 0 | 1 | 416 | 141 | 114 |
| Binary | 11000011 | 10001001 | 11111101 | 10111 | 101110 | 0 | 1 | 100001110 | 1100001 | 1001100 |
Color Harmonies of #C389FD
Complementary color
Monochromatic Colors of #C389FD
Black with #C389FD
Text Example
Text Example
White with #C389FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C389FD; }
p { color: rgb(195,137,253); }
H1.HeaderClassName
{
color: #C389FD;
}
.AnyTagClassName
{
color: #C389FD;
}
</style>
background-color css
<style>
a { background-color: #C389FD; }
a { background-color: rgb(195,137,253); }
div.DivClassName
{
background-color: #C389FD;
}
.BgClassName
{
background-color: #C389FD;
}
</style>
border-color css
<style>
span { border-color: #C389FD; }
span { border-color: rgb(195,137,253); }
td.TdClassName
{
border-color: #C389FD;
}
.TagClassName
{
border-color: #C389FD;
}
</style>