#c5c0f2

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

Shades of Lavender Blue #C5C0F2

Tints of Lavender Blue #C5C0F2

Color information

#C5C0F2 (or 0xC5C0F2) is unknown color: approx Lavender Blue. HEX triplet: C5, C0 and F2. RGB value is (197,192,242). Sum of RGB (Red+Green+Blue) = 197+192+242=631 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.22% from 631); Green value is 192 (75.39% from 255 or 30.43% from 631); Blue value is 242 (94.92% from 255 or 38.35% from 631); Max value from RGB is 242 - color contains mainly: blue. Hex color #C5C0F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5C0F2 is #3A3F0D. Grayscale: #C7C7C7. Windows color (decimal): -3817230 or 15909061. OLE color: 15909061.

HSL color Cylindrical-coordinate representation of color #C5C0F2: hue angle of 246º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5C0F2 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB197192242-
CMYK0.190.2100.05
HSL246º65.79%85.1%-
HSV(B)246º20.66%94.9%-
XYZ57.955.9891.76-
YUV199.2152.16126.43-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.22%
GREEN value IS 192 (75.39% from 255) = 30.43%
BLUE value IS 242 (94.92% from 255) = 38.35%
R=31.22%
G=30.43%
B=38.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1971922420.190.2100.0524665.7985.1
HexC5C0F2131505f64255
Octal305300362232505366102125
Binary110001011100000011110010100111010101011111011010000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c5c0f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c5c0f2; }

 p { color: rgb(197,192,242); }

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

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

 a { background-color: rgb(197,192,242); }

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

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

 span { border-color: rgb(197,192,242); }

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