Shades of Periwinkle #C0CFF9
Tints of Periwinkle #C0CFF9
RGB
CMYK
RGB Variations
Color information
#C0CFF9 (or 0xC0CFF9) is known color: Periwinkle. HEX triplet: C0, CF and F9. RGB value is (192,207,249). Sum of RGB (Red+Green+Blue) = 192+207+249=648 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.63% from 648); Green value is 207 (81.25% from 255 or 31.94% from 648); Blue value is 249 (97.66% from 255 or 38.43% from 648); Max value from RGB is 249 - color contains mainly: blue. Hex color #C0CFF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CFF9 is #3F3006. Grayscale: #CFCFCF. Windows color (decimal): -4141063 or 16371648. OLE color: 16371648.
HSL color Cylindrical-coordinate representation of color #C0CFF9: hue angle of 224.21º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0CFF9 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 207 | 249 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.02 |
| HSL | 224.21º | 0.83% | 0.86% | - |
| HSV(B) | 224.21º | 0.23% | 0.98% | - |
| XYZ | 61.15 | 62.67 | 98.5 | - |
| YUV | 207.3 | 151.53 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 207 | 249 | 0.23 | 0.17 | 0 | 0.02 | 224.21 | 0.83 | 0.86 |
| Hex | C0 | CF | F9 | 17 | 11 | 0 | 2 | E0 | 53 | 56 |
| Octal | 300 | 317 | 371 | 27 | 21 | 0 | 2 | 340 | 123 | 126 |
| Binary | 11000000 | 11001111 | 11111001 | 10111 | 10001 | 0 | 10 | 11100000 | 1010011 | 1010110 |
Color Harmonies of #C0CFF9
Complementary color
Monochromatic Colors of #C0CFF9
Black with #C0CFF9
Text Example
Text Example
White with #C0CFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CFF9; }
p { color: rgb(192,207,249); }
H1.HeaderClassName
{
color: #C0CFF9;
}
.AnyTagClassName
{
color: #C0CFF9;
}
</style>
background-color css
<style>
a { background-color: #C0CFF9; }
a { background-color: rgb(192,207,249); }
div.DivClassName
{
background-color: #C0CFF9;
}
.BgClassName
{
background-color: #C0CFF9;
}
</style>
border-color css
<style>
span { border-color: #C0CFF9; }
span { border-color: rgb(192,207,249); }
td.TdClassName
{
border-color: #C0CFF9;
}
.TagClassName
{
border-color: #C0CFF9;
}
</style>