Shades of Periwinkle #C0CCF0
Tints of Periwinkle #C0CCF0
RGB
CMYK
RGB Variations
Color information
#C0CCF0 (or 0xC0CCF0) is known color: Periwinkle. HEX triplet: C0, CC and F0. RGB value is (192,204,240). Sum of RGB (Red+Green+Blue) = 192+204+240=636 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.19% from 636); Green value is 204 (80.08% from 255 or 32.08% from 636); Blue value is 240 (94.14% from 255 or 37.74% from 636); Max value from RGB is 240 - color contains mainly: blue. Hex color #C0CCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CCF0 is #3F330F. Grayscale: #CCCCCC. Windows color (decimal): -4141840 or 15781056. OLE color: 15781056.
HSL color Cylindrical-coordinate representation of color #C0CCF0: hue angle of 225º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0CCF0 is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 192 | 204 | 240 | - |
CMYK | 0.20 | 0.15 | 0 | 0.06 |
HSL | 225º | 0.62% | 0.85% | - |
HSV(B) | 225º | 0.2% | 0.94% | - |
XYZ | 59.06 | 60.68 | 91.04 | - |
YUV | 204.52 | 148.02 | 119.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 204 | 240 | 0.20 | 0.15 | 0 | 0.06 | 225 | 0.62 | 0.85 |
Hex | C0 | CC | F0 | 14 | F | 0 | 6 | E1 | 3E | 55 |
Octal | 300 | 314 | 360 | 24 | 17 | 0 | 6 | 341 | 76 | 125 |
Binary | 11000000 | 11001100 | 11110000 | 10100 | 1111 | 0 | 110 | 11100001 | 111110 | 1010101 |
Color Harmonies of #C0CCF0
Complementary color
Monochromatic Colors of #C0CCF0
Black with #C0CCF0
Text Example
Text Example
White with #C0CCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CCF0; }
p { color: rgb(192,204,240); }
H1.HeaderClassName
{
color: #C0CCF0;
}
.AnyTagClassName
{
color: #C0CCF0;
}
</style>
background-color css
<style>
a { background-color: #C0CCF0; }
a { background-color: rgb(192,204,240); }
div.DivClassName
{
background-color: #C0CCF0;
}
.BgClassName
{
background-color: #C0CCF0;
}
</style>
border-color css
<style>
span { border-color: #C0CCF0; }
span { border-color: rgb(192,204,240); }
td.TdClassName
{
border-color: #C0CCF0;
}
.TagClassName
{
border-color: #C0CCF0;
}
</style>