Shades of Heliotrope #CD76F2
Tints of Heliotrope #CD76F2
RGB
CMYK
RGB Variations
Color information
#CD76F2 (or 0xCD76F2) is known color: Heliotrope. HEX triplet: CD, 76 and F2. RGB value is (205,118,242). Sum of RGB (Red+Green+Blue) = 205+118+242=565 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.28% from 565); Green value is 118 (46.48% from 255 or 20.88% from 565); Blue value is 242 (94.92% from 255 or 42.83% from 565); Max value from RGB is 242 - color contains mainly: blue. Hex color #CD76F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD76F2 is #32890D. Grayscale: #9D9D9D. Windows color (decimal): -3311886 or 15890125. OLE color: 15890125.
HSL color Cylindrical-coordinate representation of color #CD76F2: hue angle of 282.1º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CD76F2 is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 118 | 242 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.05 |
| HSL | 282.1º | 0.83% | 0.71% | - |
| HSV(B) | 282.1º | 0.51% | 0.95% | - |
| XYZ | 47.68 | 32.35 | 87.73 | - |
| YUV | 158.15 | 175.32 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 118 | 242 | 0.15 | 0.51 | 0 | 0.05 | 282.1 | 0.83 | 0.71 |
| Hex | CD | 76 | F2 | F | 33 | 0 | 5 | 11A | 53 | 47 |
| Octal | 315 | 166 | 362 | 17 | 63 | 0 | 5 | 432 | 123 | 107 |
| Binary | 11001101 | 1110110 | 11110010 | 1111 | 110011 | 0 | 101 | 100011010 | 1010011 | 1000111 |
Color Harmonies of #CD76F2
Complementary color
Monochromatic Colors of #CD76F2
Black with #CD76F2
Text Example
Text Example
White with #CD76F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD76F2; }
p { color: rgb(205,118,242); }
H1.HeaderClassName
{
color: #CD76F2;
}
.AnyTagClassName
{
color: #CD76F2;
}
</style>
background-color css
<style>
a { background-color: #CD76F2; }
a { background-color: rgb(205,118,242); }
div.DivClassName
{
background-color: #CD76F2;
}
.BgClassName
{
background-color: #CD76F2;
}
</style>
border-color css
<style>
span { border-color: #CD76F2; }
span { border-color: rgb(205,118,242); }
td.TdClassName
{
border-color: #CD76F2;
}
.TagClassName
{
border-color: #CD76F2;
}
</style>