Shades of Heliotrope #CB69ED
Tints of Heliotrope #CB69ED
RGB
CMYK
RGB Variations
Color information
#CB69ED (or 0xCB69ED) is known color: Heliotrope. HEX triplet: CB, 69 and ED. RGB value is (203,105,237). Sum of RGB (Red+Green+Blue) = 203+105+237=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 105 (41.41% from 255 or 19.27% from 545); Blue value is 237 (92.97% from 255 or 43.49% from 545); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB69ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB69ED is #349612. Grayscale: #949494. Windows color (decimal): -3446291 or 15559115. OLE color: 15559115.
HSL color Cylindrical-coordinate representation of color #CB69ED: hue angle of 284.55º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB69ED is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 105 | 237 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.07 |
| HSL | 284.55º | 0.79% | 0.67% | - |
| HSV(B) | 284.55º | 0.56% | 0.93% | - |
| XYZ | 44.97 | 28.91 | 83.33 | - |
| YUV | 149.35 | 177.47 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 105 | 237 | 0.14 | 0.56 | 0 | 0.07 | 284.55 | 0.79 | 0.67 |
| Hex | CB | 69 | ED | E | 38 | 0 | 7 | 11D | 4F | 43 |
| Octal | 313 | 151 | 355 | 16 | 70 | 0 | 7 | 435 | 117 | 103 |
| Binary | 11001011 | 1101001 | 11101101 | 1110 | 111000 | 0 | 111 | 100011101 | 1001111 | 1000011 |
Color Harmonies of #CB69ED
Complementary color
Monochromatic Colors of #CB69ED
Black with #CB69ED
Text Example
Text Example
White with #CB69ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB69ED; }
p { color: rgb(203,105,237); }
H1.HeaderClassName
{
color: #CB69ED;
}
.AnyTagClassName
{
color: #CB69ED;
}
</style>
background-color css
<style>
a { background-color: #CB69ED; }
a { background-color: rgb(203,105,237); }
div.DivClassName
{
background-color: #CB69ED;
}
.BgClassName
{
background-color: #CB69ED;
}
</style>
border-color css
<style>
span { border-color: #CB69ED; }
span { border-color: rgb(203,105,237); }
td.TdClassName
{
border-color: #CB69ED;
}
.TagClassName
{
border-color: #CB69ED;
}
</style>