Shades of Periwinkle #C0C5E1
Tints of Periwinkle #C0C5E1
RGB
CMYK
RGB Variations
Color information
#C0C5E1 (or 0xC0C5E1) is known color: Periwinkle. HEX triplet: C0, C5 and E1. RGB value is (192,197,225). Sum of RGB (Red+Green+Blue) = 192+197+225=614 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.27% from 614); Green value is 197 (77.34% from 255 or 32.08% from 614); Blue value is 225 (88.28% from 255 or 36.64% from 614); Max value from RGB is 225 - color contains mainly: blue. Hex color #C0C5E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C5E1 is #3F3A1E. Grayscale: #C6C6C6. Windows color (decimal): -4143647 or 14796224. OLE color: 14796224.
HSL color Cylindrical-coordinate representation of color #C0C5E1: hue angle of 230.91º degrees, saturation: 0.35, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0C5E1 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 197 | 225 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.12 |
| HSL | 230.91º | 0.35% | 0.82% | - |
| HSV(B) | 230.91º | 0.15% | 0.88% | - |
| XYZ | 55.3 | 56.58 | 79.24 | - |
| YUV | 198.7 | 142.84 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 197 | 225 | 0.15 | 0.12 | 0 | 0.12 | 230.91 | 0.35 | 0.82 |
| Hex | C0 | C5 | E1 | F | C | 0 | C | E7 | 23 | 52 |
| Octal | 300 | 305 | 341 | 17 | 14 | 0 | 14 | 347 | 43 | 122 |
| Binary | 11000000 | 11000101 | 11100001 | 1111 | 1100 | 0 | 1100 | 11100111 | 100011 | 1010010 |
Color Harmonies of #C0C5E1
Complementary color
Monochromatic Colors of #C0C5E1
Black with #C0C5E1
Text Example
Text Example
White with #C0C5E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C5E1; }
p { color: rgb(192,197,225); }
H1.HeaderClassName
{
color: #C0C5E1;
}
.AnyTagClassName
{
color: #C0C5E1;
}
</style>
background-color css
<style>
a { background-color: #C0C5E1; }
a { background-color: rgb(192,197,225); }
div.DivClassName
{
background-color: #C0C5E1;
}
.BgClassName
{
background-color: #C0C5E1;
}
</style>
border-color css
<style>
span { border-color: #C0C5E1; }
span { border-color: rgb(192,197,225); }
td.TdClassName
{
border-color: #C0C5E1;
}
.TagClassName
{
border-color: #C0C5E1;
}
</style>