Shades of Kingfisher Daisy #65208D
Tints of Kingfisher Daisy #65208D
RGB
CMYK
RGB Variations
Color information
#65208D (or 0x65208D) is known color: Kingfisher Daisy. HEX triplet: 65, 20 and 8D. RGB value is (101,32,141). Sum of RGB (Red+Green+Blue) = 101+32+141=274 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.86% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 141 (55.47% from 255 or 51.46% from 274); Max value from RGB is 141 - color contains mainly: blue. Hex color #65208D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65208D is #9ADF72. Grayscale: #404040. Windows color (decimal): -10149747 or 9248869. OLE color: 9248869.
HSL color Cylindrical-coordinate representation of color #65208D: hue angle of 277.98º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #65208D is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 32 | 141 | - |
| CMYK | 0.28 | 0.77 | 0 | 0.45 |
| HSL | 277.98º | 0.63% | 0.34% | - |
| HSV(B) | 277.98º | 0.77% | 0.55% | - |
| XYZ | 10.69 | 5.72 | 25.74 | - |
| YUV | 65.06 | 170.86 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 32 | 141 | 0.28 | 0.77 | 0 | 0.45 | 277.98 | 0.63 | 0.34 |
| Hex | 65 | 20 | 8D | 1C | 4D | 0 | 2D | 116 | 3F | 22 |
| Octal | 145 | 40 | 215 | 34 | 115 | 0 | 55 | 426 | 77 | 42 |
| Binary | 1100101 | 100000 | 10001101 | 11100 | 1001101 | 0 | 101101 | 100010110 | 111111 | 100010 |
Color Harmonies of #65208D
Complementary color
Monochromatic Colors of #65208D
Black with #65208D
Text Example
Text Example
White with #65208D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65208D; }
p { color: rgb(101,32,141); }
H1.HeaderClassName
{
color: #65208D;
}
.AnyTagClassName
{
color: #65208D;
}
</style>
background-color css
<style>
a { background-color: #65208D; }
a { background-color: rgb(101,32,141); }
div.DivClassName
{
background-color: #65208D;
}
.BgClassName
{
background-color: #65208D;
}
</style>
border-color css
<style>
span { border-color: #65208D; }
span { border-color: rgb(101,32,141); }
td.TdClassName
{
border-color: #65208D;
}
.TagClassName
{
border-color: #65208D;
}
</style>