Shades of Periwinkle #C0CCF3
Tints of Periwinkle #C0CCF3
RGB
CMYK
RGB Variations
Color information
#C0CCF3 (or 0xC0CCF3) is known color: Periwinkle. HEX triplet: C0, CC and F3. RGB value is (192,204,243). Sum of RGB (Red+Green+Blue) = 192+204+243=639 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.05% from 639); Green value is 204 (80.08% from 255 or 31.92% from 639); Blue value is 243 (95.31% from 255 or 38.03% from 639); Max value from RGB is 243 - color contains mainly: blue. Hex color #C0CCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CCF3 is #3F330C. Grayscale: #CCCCCC. Windows color (decimal): -4141837 or 15977664. OLE color: 15977664.
HSL color Cylindrical-coordinate representation of color #C0CCF3: hue angle of 225.88º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0CCF3 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 204 | 243 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.05 |
| HSL | 225.88º | 0.68% | 0.85% | - |
| HSV(B) | 225.88º | 0.21% | 0.95% | - |
| XYZ | 59.51 | 60.86 | 93.41 | - |
| YUV | 204.86 | 149.52 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 204 | 243 | 0.21 | 0.16 | 0 | 0.05 | 225.88 | 0.68 | 0.85 |
| Hex | C0 | CC | F3 | 15 | 10 | 0 | 5 | E2 | 44 | 55 |
| Octal | 300 | 314 | 363 | 25 | 20 | 0 | 5 | 342 | 104 | 125 |
| Binary | 11000000 | 11001100 | 11110011 | 10101 | 10000 | 0 | 101 | 11100010 | 1000100 | 1010101 |
Color Harmonies of #C0CCF3
Complementary color
Monochromatic Colors of #C0CCF3
Black with #C0CCF3
Text Example
Text Example
White with #C0CCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CCF3; }
p { color: rgb(192,204,243); }
H1.HeaderClassName
{
color: #C0CCF3;
}
.AnyTagClassName
{
color: #C0CCF3;
}
</style>
background-color css
<style>
a { background-color: #C0CCF3; }
a { background-color: rgb(192,204,243); }
div.DivClassName
{
background-color: #C0CCF3;
}
.BgClassName
{
background-color: #C0CCF3;
}
</style>
border-color css
<style>
span { border-color: #C0CCF3; }
span { border-color: rgb(192,204,243); }
td.TdClassName
{
border-color: #C0CCF3;
}
.TagClassName
{
border-color: #C0CCF3;
}
</style>