Shades of Kingfisher Daisy #65218F
Tints of Kingfisher Daisy #65218F
RGB
CMYK
RGB Variations
Color information
#65218F (or 0x65218F) is known color: Kingfisher Daisy. HEX triplet: 65, 21 and 8F. RGB value is (101,33,143). Sum of RGB (Red+Green+Blue) = 101+33+143=277 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.46% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 143 (56.25% from 255 or 51.62% from 277); Max value from RGB is 143 - color contains mainly: blue. Hex color #65218F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65218F is #9ADE70. Grayscale: #414141. Windows color (decimal): -10149489 or 9380197. OLE color: 9380197.
HSL color Cylindrical-coordinate representation of color #65218F: hue angle of 277.09º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #65218F is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 33 | 143 | - |
| CMYK | 0.29 | 0.77 | 0 | 0.44 |
| HSL | 277.09º | 0.63% | 0.35% | - |
| HSV(B) | 277.09º | 0.77% | 0.56% | - |
| XYZ | 10.87 | 5.84 | 26.54 | - |
| YUV | 65.87 | 171.53 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 33 | 143 | 0.29 | 0.77 | 0 | 0.44 | 277.09 | 0.63 | 0.35 |
| Hex | 65 | 21 | 8F | 1D | 4D | 0 | 2C | 115 | 3E | 23 |
| Octal | 145 | 41 | 217 | 35 | 115 | 0 | 54 | 425 | 76 | 43 |
| Binary | 1100101 | 100001 | 10001111 | 11101 | 1001101 | 0 | 101100 | 100010101 | 111110 | 100011 |
Color Harmonies of #65218F
Complementary color
Monochromatic Colors of #65218F
Black with #65218F
Text Example
Text Example
White with #65218F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65218F; }
p { color: rgb(101,33,143); }
H1.HeaderClassName
{
color: #65218F;
}
.AnyTagClassName
{
color: #65218F;
}
</style>
background-color css
<style>
a { background-color: #65218F; }
a { background-color: rgb(101,33,143); }
div.DivClassName
{
background-color: #65218F;
}
.BgClassName
{
background-color: #65218F;
}
</style>
border-color css
<style>
span { border-color: #65218F; }
span { border-color: rgb(101,33,143); }
td.TdClassName
{
border-color: #65218F;
}
.TagClassName
{
border-color: #65218F;
}
</style>