Shades of Heliotrope #CD74F2
Tints of Heliotrope #CD74F2
RGB
CMYK
RGB Variations
Color information
#CD74F2 (or 0xCD74F2) is known color: Heliotrope. HEX triplet: CD, 74 and F2. RGB value is (205,116,242). Sum of RGB (Red+Green+Blue) = 205+116+242=563 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.41% from 563); Green value is 116 (45.70% from 255 or 20.60% from 563); Blue value is 242 (94.92% from 255 or 42.98% from 563); Max value from RGB is 242 - color contains mainly: blue. Hex color #CD74F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD74F2 is #328B0D. Grayscale: #9C9C9C. Windows color (decimal): -3312398 or 15889613. OLE color: 15889613.
HSL color Cylindrical-coordinate representation of color #CD74F2: hue angle of 282.38º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CD74F2 is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 116 | 242 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.05 |
| HSL | 282.38º | 0.83% | 0.7% | - |
| HSV(B) | 282.38º | 0.52% | 0.95% | - |
| XYZ | 47.45 | 31.88 | 87.66 | - |
| YUV | 156.98 | 175.99 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 116 | 242 | 0.15 | 0.52 | 0 | 0.05 | 282.38 | 0.83 | 0.7 |
| Hex | CD | 74 | F2 | F | 34 | 0 | 5 | 11A | 53 | 46 |
| Octal | 315 | 164 | 362 | 17 | 64 | 0 | 5 | 432 | 123 | 106 |
| Binary | 11001101 | 1110100 | 11110010 | 1111 | 110100 | 0 | 101 | 100011010 | 1010011 | 1000110 |
Color Harmonies of #CD74F2
Complementary color
Monochromatic Colors of #CD74F2
Black with #CD74F2
Text Example
Text Example
White with #CD74F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD74F2; }
p { color: rgb(205,116,242); }
H1.HeaderClassName
{
color: #CD74F2;
}
.AnyTagClassName
{
color: #CD74F2;
}
</style>
background-color css
<style>
a { background-color: #CD74F2; }
a { background-color: rgb(205,116,242); }
div.DivClassName
{
background-color: #CD74F2;
}
.BgClassName
{
background-color: #CD74F2;
}
</style>
border-color css
<style>
span { border-color: #CD74F2; }
span { border-color: rgb(205,116,242); }
td.TdClassName
{
border-color: #CD74F2;
}
.TagClassName
{
border-color: #CD74F2;
}
</style>