Shades of Periwinkle #C0CFFC
Tints of Periwinkle #C0CFFC
RGB
CMYK
RGB Variations
Color information
#C0CFFC (or 0xC0CFFC) is known color: Periwinkle. HEX triplet: C0, CF and FC. RGB value is (192,207,252). Sum of RGB (Red+Green+Blue) = 192+207+252=651 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.49% from 651); Green value is 207 (81.25% from 255 or 31.80% from 651); Blue value is 252 (98.83% from 255 or 38.71% from 651); Max value from RGB is 252 - color contains mainly: blue. Hex color #C0CFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CFFC is #3F3003. Grayscale: #CFCFCF. Windows color (decimal): -4141060 or 16568256. OLE color: 16568256.
HSL color Cylindrical-coordinate representation of color #C0CFFC: hue angle of 225º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0CFFC is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 192 | 207 | 252 | - |
CMYK | 0.24 | 0.18 | 0 | 0.01 |
HSL | 225º | 0.91% | 0.87% | - |
HSV(B) | 225º | 0.24% | 0.99% | - |
XYZ | 61.62 | 62.86 | 100.98 | - |
YUV | 207.65 | 153.03 | 116.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 207 | 252 | 0.24 | 0.18 | 0 | 0.01 | 225 | 0.91 | 0.87 |
Hex | C0 | CF | FC | 18 | 12 | 0 | 1 | E1 | 5B | 57 |
Octal | 300 | 317 | 374 | 30 | 22 | 0 | 1 | 341 | 133 | 127 |
Binary | 11000000 | 11001111 | 11111100 | 11000 | 10010 | 0 | 1 | 11100001 | 1011011 | 1010111 |
Color Harmonies of #C0CFFC
Complementary color
Monochromatic Colors of #C0CFFC
Black with #C0CFFC
Text Example
Text Example
White with #C0CFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CFFC; }
p { color: rgb(192,207,252); }
H1.HeaderClassName
{
color: #C0CFFC;
}
.AnyTagClassName
{
color: #C0CFFC;
}
</style>
background-color css
<style>
a { background-color: #C0CFFC; }
a { background-color: rgb(192,207,252); }
div.DivClassName
{
background-color: #C0CFFC;
}
.BgClassName
{
background-color: #C0CFFC;
}
</style>
border-color css
<style>
span { border-color: #C0CFFC; }
span { border-color: rgb(192,207,252); }
td.TdClassName
{
border-color: #C0CFFC;
}
.TagClassName
{
border-color: #C0CFFC;
}
</style>