#C0C3EA

Color #C0C3EA Periwinkle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Periwinkle #C0C3EA

Tints of Periwinkle #C0C3EA

Color information

#C0C3EA (or 0xC0C3EA) is unknown color: approx 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

RGB192195234-
CMYK0.180.1700.08
HSL235.71º50%83.53%-
HSV(B)235.71º17.95%91.76%-
XYZ56.156.1885.73-
YUV198.55148.01123.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 30.92%
GREEN value IS 195 (76.56% from 255) = 31.40%
BLUE value IS 234 (91.80% from 255) = 37.68%
R=30.92%
G=31.40%
B=37.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1921952340.180.1700.08235.715083.53
HexC0C3EA121108ec3254
Octal300303352222101035462124
Binary110000001100001111101010100101000101000111011001100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>