Shades of Kingfisher Daisy #65208C
Tints of Kingfisher Daisy #65208C
RGB
CMYK
RGB Variations
Color information
#65208C (or 0x65208C) is known color: Kingfisher Daisy. HEX triplet: 65, 20 and 8C. RGB value is (101,32,140). Sum of RGB (Red+Green+Blue) = 101+32+140=273 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.00% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 140 (55.08% from 255 or 51.28% from 273); Max value from RGB is 140 - color contains mainly: blue. Hex color #65208C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65208C is #9ADF73. Grayscale: #404040. Windows color (decimal): -10149748 or 9183333. OLE color: 9183333.
HSL color Cylindrical-coordinate representation of color #65208C: hue angle of 278.33º 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 #65208C is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 32 | 140 | - |
| CMYK | 0.28 | 0.77 | 0 | 0.45 |
| HSL | 278.33º | 0.63% | 0.34% | - |
| HSV(B) | 278.33º | 0.77% | 0.55% | - |
| XYZ | 10.62 | 5.69 | 25.35 | - |
| YUV | 64.94 | 170.36 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 32 | 140 | 0.28 | 0.77 | 0 | 0.45 | 278.33 | 0.63 | 0.34 |
| Hex | 65 | 20 | 8C | 1C | 4D | 0 | 2D | 116 | 3F | 22 |
| Octal | 145 | 40 | 214 | 34 | 115 | 0 | 55 | 426 | 77 | 42 |
| Binary | 1100101 | 100000 | 10001100 | 11100 | 1001101 | 0 | 101101 | 100010110 | 111111 | 100010 |
Color Harmonies of #65208C
Complementary color
Monochromatic Colors of #65208C
Black with #65208C
Text Example
Text Example
White with #65208C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65208C; }
p { color: rgb(101,32,140); }
H1.HeaderClassName
{
color: #65208C;
}
.AnyTagClassName
{
color: #65208C;
}
</style>
background-color css
<style>
a { background-color: #65208C; }
a { background-color: rgb(101,32,140); }
div.DivClassName
{
background-color: #65208C;
}
.BgClassName
{
background-color: #65208C;
}
</style>
border-color css
<style>
span { border-color: #65208C; }
span { border-color: rgb(101,32,140); }
td.TdClassName
{
border-color: #65208C;
}
.TagClassName
{
border-color: #65208C;
}
</style>