Shades of Periwinkle #C0C3EA
Tints of Periwinkle #C0C3EA
RGB
CMYK
RGB Variations
Color information
#C0C3EA (or 0xC0C3EA) is known color: Periwinkle. HEX triplet: C0, C3 and EA. RGB value is (192,195,234). Sum of RGB (Red+Green+Blue) = 192+195+234=621 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.92% from 621); Green value is 195 (76.56% from 255 or 31.40% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 234 - color contains mainly: blue. Hex color #C0C3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0C3EA is #3F3C15. Grayscale: #C6C6C6. Windows color (decimal): -4144150 or 15385536. OLE color: 15385536.
HSL color Cylindrical-coordinate representation of color #C0C3EA: hue angle of 235.71º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0C3EA is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 195 | 234 | - |
| CMYK | 0.18 | 0.17 | 0 | 0.08 |
| HSL | 235.71º | 0.5% | 0.84% | - |
| HSV(B) | 235.71º | 0.18% | 0.92% | - |
| XYZ | 56.1 | 56.18 | 85.73 | - |
| YUV | 198.55 | 148.01 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 195 | 234 | 0.18 | 0.17 | 0 | 0.08 | 235.71 | 0.5 | 0.84 |
| Hex | C0 | C3 | EA | 12 | 11 | 0 | 8 | EC | 32 | 54 |
| Octal | 300 | 303 | 352 | 22 | 21 | 0 | 10 | 354 | 62 | 124 |
| Binary | 11000000 | 11000011 | 11101010 | 10010 | 10001 | 0 | 1000 | 11101100 | 110010 | 1010100 |
Color Harmonies of #C0C3EA
Complementary color
Monochromatic Colors of #C0C3EA
Black with #C0C3EA
Text Example
Text Example
White with #C0C3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C3EA; }
p { color: rgb(192,195,234); }
H1.HeaderClassName
{
color: #C0C3EA;
}
.AnyTagClassName
{
color: #C0C3EA;
}
</style>
background-color css
<style>
a { background-color: #C0C3EA; }
a { background-color: rgb(192,195,234); }
div.DivClassName
{
background-color: #C0C3EA;
}
.BgClassName
{
background-color: #C0C3EA;
}
</style>
border-color css
<style>
span { border-color: #C0C3EA; }
span { border-color: rgb(192,195,234); }
td.TdClassName
{
border-color: #C0C3EA;
}
.TagClassName
{
border-color: #C0C3EA;
}
</style>