Shades of Heliotrope #CD67FA
Tints of Heliotrope #CD67FA
RGB
CMYK
RGB Variations
Color information
#CD67FA (or 0xCD67FA) is known color: Heliotrope. HEX triplet: CD, 67 and FA. RGB value is (205,103,250). Sum of RGB (Red+Green+Blue) = 205+103+250=558 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.74% from 558); Green value is 103 (40.62% from 255 or 18.46% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #CD67FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD67FA is #329805. Grayscale: #959595. Windows color (decimal): -3315718 or 16410573. OLE color: 16410573.
HSL color Cylindrical-coordinate representation of color #CD67FA: hue angle of 281.63º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CD67FA is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 103 | 250 | - |
| CMYK | 0.18 | 0.59 | 0 | 0.02 |
| HSL | 281.63º | 0.94% | 0.69% | - |
| HSV(B) | 281.63º | 0.59% | 0.98% | - |
| XYZ | 47.28 | 29.58 | 93.66 | - |
| YUV | 150.26 | 184.29 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 103 | 250 | 0.18 | 0.59 | 0 | 0.02 | 281.63 | 0.94 | 0.69 |
| Hex | CD | 67 | FA | 12 | 3B | 0 | 2 | 11A | 5E | 45 |
| Octal | 315 | 147 | 372 | 22 | 73 | 0 | 2 | 432 | 136 | 105 |
| Binary | 11001101 | 1100111 | 11111010 | 10010 | 111011 | 0 | 10 | 100011010 | 1011110 | 1000101 |
Color Harmonies of #CD67FA
Complementary color
Monochromatic Colors of #CD67FA
Black with #CD67FA
Text Example
Text Example
White with #CD67FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD67FA; }
p { color: rgb(205,103,250); }
H1.HeaderClassName
{
color: #CD67FA;
}
.AnyTagClassName
{
color: #CD67FA;
}
</style>
background-color css
<style>
a { background-color: #CD67FA; }
a { background-color: rgb(205,103,250); }
div.DivClassName
{
background-color: #CD67FA;
}
.BgClassName
{
background-color: #CD67FA;
}
</style>
border-color css
<style>
span { border-color: #CD67FA; }
span { border-color: rgb(205,103,250); }
td.TdClassName
{
border-color: #CD67FA;
}
.TagClassName
{
border-color: #CD67FA;
}
</style>