Shades of Periwinkle #C0C7F1
Tints of Periwinkle #C0C7F1
RGB
CMYK
RGB Variations
Color information
#C0C7F1 (or 0xC0C7F1) is known color: Periwinkle. HEX triplet: C0, C7 and F1. RGB value is (192,199,241). Sum of RGB (Red+Green+Blue) = 192+199+241=632 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.38% from 632); Green value is 199 (78.12% from 255 or 31.49% from 632); Blue value is 241 (94.53% from 255 or 38.13% from 632); Max value from RGB is 241 - color contains mainly: blue. Hex color #C0C7F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0C7F1 is #3F380E. Grayscale: #C9C9C9. Windows color (decimal): -4143119 or 15845312. OLE color: 15845312.
HSL color Cylindrical-coordinate representation of color #C0C7F1: hue angle of 231.43º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0C7F1 is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 199 | 241 | - |
| CMYK | 0.20 | 0.17 | 0 | 0.05 |
| HSL | 231.43º | 0.64% | 0.85% | - |
| HSV(B) | 231.43º | 0.2% | 0.95% | - |
| XYZ | 58.04 | 58.4 | 91.43 | - |
| YUV | 201.7 | 150.18 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 199 | 241 | 0.20 | 0.17 | 0 | 0.05 | 231.43 | 0.64 | 0.85 |
| Hex | C0 | C7 | F1 | 14 | 11 | 0 | 5 | E7 | 40 | 55 |
| Octal | 300 | 307 | 361 | 24 | 21 | 0 | 5 | 347 | 100 | 125 |
| Binary | 11000000 | 11000111 | 11110001 | 10100 | 10001 | 0 | 101 | 11100111 | 1000000 | 1010101 |
Color Harmonies of #C0C7F1
Complementary color
Monochromatic Colors of #C0C7F1
Black with #C0C7F1
Text Example
Text Example
White with #C0C7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C7F1; }
p { color: rgb(192,199,241); }
H1.HeaderClassName
{
color: #C0C7F1;
}
.AnyTagClassName
{
color: #C0C7F1;
}
</style>
background-color css
<style>
a { background-color: #C0C7F1; }
a { background-color: rgb(192,199,241); }
div.DivClassName
{
background-color: #C0C7F1;
}
.BgClassName
{
background-color: #C0C7F1;
}
</style>
border-color css
<style>
span { border-color: #C0C7F1; }
span { border-color: rgb(192,199,241); }
td.TdClassName
{
border-color: #C0C7F1;
}
.TagClassName
{
border-color: #C0C7F1;
}
</style>