#C0CCFA

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

Shades of Periwinkle #C0CCFA

Tints of Periwinkle #C0CCFA

Color information

#C0CCFA (or 0xC0CCFA) is unknown color: approx Periwinkle. HEX triplet: C0, CC and FA. RGB value is (192,204,250). Sum of RGB (Red+Green+Blue) = 192+204+250=646 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.72% from 646); Green value is 204 (80.08% from 255 or 31.58% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 250 - color contains mainly: blue. Hex color #C0CCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CCFA is #3F3305. Grayscale: #CDCDCD. Windows color (decimal): -4141830 or 16436416. OLE color: 16436416.

HSL color Cylindrical-coordinate representation of color #C0CCFA: hue angle of 227.59º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0CCFA is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB192204250-
CMYK0.230.1800.02
HSL227.59º85.29%86.67%-
HSV(B)227.59º23.2%98.04%-
XYZ60.5961.2999.08-
YUV205.66153.02118.26-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.72%
GREEN value IS 204 (80.08% from 255) = 31.58%
BLUE value IS 250 (98.05% from 255) = 38.70%
R=29.72%
G=31.58%
B=38.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1922042500.230.1800.02227.5985.2986.67
HexC0CCFA171202e45557
Octal300314372272202344125127
Binary11000000110011001111101010111100100101110010010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CCFA; }

 p { color: rgb(192,204,250); }

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

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

 a { background-color: rgb(192,204,250); }

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

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

 span { border-color: rgb(192,204,250); }

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