#C0CAF7

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

Shades of Periwinkle #C0CAF7

Tints of Periwinkle #C0CAF7

Color information

#C0CAF7 (or 0xC0CAF7) is unknown color: approx Periwinkle. HEX triplet: C0, CA and F7. RGB value is (192,202,247). Sum of RGB (Red+Green+Blue) = 192+202+247=641 (84% of max value = 765). Red value is 192 (75.39% from 255 or 29.95% from 641); Green value is 202 (79.30% from 255 or 31.51% from 641); Blue value is 247 (96.88% from 255 or 38.53% from 641); Max value from RGB is 247 - color contains mainly: blue. Hex color #C0CAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CAF7 is #3F3508. Grayscale: #CBCBCB. Windows color (decimal): -4142345 or 16239296. OLE color: 16239296.

HSL color Cylindrical-coordinate representation of color #C0CAF7: hue angle of 229.09º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0CAF7 is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB192202247-
CMYK0.220.1800.03
HSL229.09º77.46%86.08%-
HSV(B)229.09º22.27%96.86%-
XYZ59.6560.1696.46-
YUV204.14152.19119.34-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.95%
GREEN value IS 202 (79.30% from 255) = 31.51%
BLUE value IS 247 (96.88% from 255) = 38.53%
R=29.95%
G=31.51%
B=38.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1922022470.220.1800.03229.0977.4686.08
HexC0CAF7161203e54d56
Octal300312367262203345115126
Binary11000000110010101111011110110100100111110010110011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CAF7; }

 p { color: rgb(192,202,247); }

 H1.HeaderClassName
 {
   color: #C0CAF7;
 }
 .AnyTagClassName
 {
   color: #C0CAF7;
 }
</style>
background-color css

<style>
 a { background-color: #C0CAF7; }

 a { background-color: rgb(192,202,247); }

 div.DivClassName
 {
   background-color: #C0CAF7;
 }
 .BgClassName
 {
   background-color: #C0CAF7;
 }
</style>
border-color css

<style>
 span { border-color: #C0CAF7; }

 span { border-color: rgb(192,202,247); }

 td.TdClassName
 {
   border-color: #C0CAF7;
 }
 .TagClassName
 {
   border-color: #C0CAF7;
 }
</style>