Shades of Heliotrope #CB65FD
Tints of Heliotrope #CB65FD
RGB
CMYK
RGB Variations
Color information
#CB65FD (or 0xCB65FD) is known color: Heliotrope. HEX triplet: CB, 65 and FD. RGB value is (203,101,253). Sum of RGB (Red+Green+Blue) = 203+101+253=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 101 (39.84% from 255 or 18.13% from 557); Blue value is 253 (99.22% from 255 or 45.42% from 557); Max value from RGB is 253 - color contains mainly: blue. Hex color #CB65FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB65FD is #349A02. Grayscale: #949494. Windows color (decimal): -3447299 or 16606667. OLE color: 16606667.
HSL color Cylindrical-coordinate representation of color #CB65FD: hue angle of 280.26º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB65FD is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 101 | 253 | - |
| CMYK | 0.20 | 0.60 | 0 | 0.01 |
| HSL | 280.26º | 0.97% | 0.69% | - |
| HSV(B) | 280.26º | 0.6% | 0.99% | - |
| XYZ | 47.01 | 29.1 | 96.07 | - |
| YUV | 148.83 | 186.79 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 101 | 253 | 0.20 | 0.60 | 0 | 0.01 | 280.26 | 0.97 | 0.69 |
| Hex | CB | 65 | FD | 14 | 3C | 0 | 1 | 118 | 61 | 45 |
| Octal | 313 | 145 | 375 | 24 | 74 | 0 | 1 | 430 | 141 | 105 |
| Binary | 11001011 | 1100101 | 11111101 | 10100 | 111100 | 0 | 1 | 100011000 | 1100001 | 1000101 |
Color Harmonies of #CB65FD
Complementary color
Monochromatic Colors of #CB65FD
Black with #CB65FD
Text Example
Text Example
White with #CB65FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB65FD; }
p { color: rgb(203,101,253); }
H1.HeaderClassName
{
color: #CB65FD;
}
.AnyTagClassName
{
color: #CB65FD;
}
</style>
background-color css
<style>
a { background-color: #CB65FD; }
a { background-color: rgb(203,101,253); }
div.DivClassName
{
background-color: #CB65FD;
}
.BgClassName
{
background-color: #CB65FD;
}
</style>
border-color css
<style>
span { border-color: #CB65FD; }
span { border-color: rgb(203,101,253); }
td.TdClassName
{
border-color: #CB65FD;
}
.TagClassName
{
border-color: #CB65FD;
}
</style>