Shades of Heliotrope #CD7BFF
Tints of Heliotrope #CD7BFF
RGB
CMYK
RGB Variations
Color information
#CD7BFF (or 0xCD7BFF) is known color: Heliotrope. HEX triplet: CD, 7B and FF. RGB value is (205,123,255). Sum of RGB (Red+Green+Blue) = 205+123+255=583 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.16% from 583); Green value is 123 (48.44% from 255 or 21.10% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #CD7BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD7BFF is #328400. Grayscale: #A2A2A2. Windows color (decimal): -3310593 or 16743373. OLE color: 16743373.
HSL color Cylindrical-coordinate representation of color #CD7BFF: hue angle of 277.27º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CD7BFF is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 123 | 255 | - |
| CMYK | 0.20 | 0.52 | 0 | 0 |
| HSL | 277.27º | 1% | 0.74% | - |
| HSV(B) | 277.27º | 0.52% | 1% | - |
| XYZ | 50.31 | 34.37 | 98.59 | - |
| YUV | 162.57 | 180.17 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 123 | 255 | 0.20 | 0.52 | 0 | 0 | 277.27 | 1 | 0.74 |
| Hex | CD | 7B | FF | 14 | 34 | 0 | 0 | 115 | 64 | 4A |
| Octal | 315 | 173 | 377 | 24 | 64 | 0 | 0 | 425 | 144 | 112 |
| Binary | 11001101 | 1111011 | 11111111 | 10100 | 110100 | 0 | 0 | 100010101 | 1100100 | 1001010 |
Color Harmonies of #CD7BFF
Complementary color
Monochromatic Colors of #CD7BFF
Black with #CD7BFF
Text Example
Text Example
White with #CD7BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7BFF; }
p { color: rgb(205,123,255); }
H1.HeaderClassName
{
color: #CD7BFF;
}
.AnyTagClassName
{
color: #CD7BFF;
}
</style>
background-color css
<style>
a { background-color: #CD7BFF; }
a { background-color: rgb(205,123,255); }
div.DivClassName
{
background-color: #CD7BFF;
}
.BgClassName
{
background-color: #CD7BFF;
}
</style>
border-color css
<style>
span { border-color: #CD7BFF; }
span { border-color: rgb(205,123,255); }
td.TdClassName
{
border-color: #CD7BFF;
}
.TagClassName
{
border-color: #CD7BFF;
}
</style>