Shades of Heliotrope #CB6BFD
Tints of Heliotrope #CB6BFD
RGB
CMYK
RGB Variations
Color information
#CB6BFD (or 0xCB6BFD) is known color: Heliotrope. HEX triplet: CB, 6B and FD. RGB value is (203,107,253). Sum of RGB (Red+Green+Blue) = 203+107+253=563 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.06% from 563); Green value is 107 (42.19% from 255 or 19.01% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #CB6BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6BFD is #349402. Grayscale: #979797. Windows color (decimal): -3445763 or 16608203. OLE color: 16608203.
HSL color Cylindrical-coordinate representation of color #CB6BFD: hue angle of 279.45º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB6BFD is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 107 | 253 | - |
| CMYK | 0.20 | 0.58 | 0 | 0.01 |
| HSL | 279.45º | 0.97% | 0.71% | - |
| HSV(B) | 279.45º | 0.58% | 0.99% | - |
| XYZ | 47.62 | 30.3 | 96.27 | - |
| YUV | 152.35 | 184.8 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 107 | 253 | 0.20 | 0.58 | 0 | 0.01 | 279.45 | 0.97 | 0.71 |
| Hex | CB | 6B | FD | 14 | 3A | 0 | 1 | 117 | 61 | 47 |
| Octal | 313 | 153 | 375 | 24 | 72 | 0 | 1 | 427 | 141 | 107 |
| Binary | 11001011 | 1101011 | 11111101 | 10100 | 111010 | 0 | 1 | 100010111 | 1100001 | 1000111 |
Color Harmonies of #CB6BFD
Complementary color
Monochromatic Colors of #CB6BFD
Black with #CB6BFD
Text Example
Text Example
White with #CB6BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6BFD; }
p { color: rgb(203,107,253); }
H1.HeaderClassName
{
color: #CB6BFD;
}
.AnyTagClassName
{
color: #CB6BFD;
}
</style>
background-color css
<style>
a { background-color: #CB6BFD; }
a { background-color: rgb(203,107,253); }
div.DivClassName
{
background-color: #CB6BFD;
}
.BgClassName
{
background-color: #CB6BFD;
}
</style>
border-color css
<style>
span { border-color: #CB6BFD; }
span { border-color: rgb(203,107,253); }
td.TdClassName
{
border-color: #CB6BFD;
}
.TagClassName
{
border-color: #CB6BFD;
}
</style>