#C3B5FC

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

Shades of Lavender Blue #C3B5FC

Tints of Lavender Blue #C3B5FC

Color information

#C3B5FC (or 0xC3B5FC) is unknown color: approx Lavender Blue. HEX triplet: C3, B5 and FC. RGB value is (195,181,252). Sum of RGB (Red+Green+Blue) = 195+181+252=628 (83% of max value = 765). Red value is 195 (76.56% from 255 or 31.05% from 628); Green value is 181 (71.09% from 255 or 28.82% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 252 - color contains mainly: blue. Hex color #C3B5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3B5FC is #3C4A03. Grayscale: #C1C1C1. Windows color (decimal): -3951108 or 16561603. OLE color: 16561603.

HSL color Cylindrical-coordinate representation of color #C3B5FC: hue angle of 251.83º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C3B5FC is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB195181252-
CMYK0.230.2800.01
HSL251.83º92.21%84.9%-
HSV(B)251.83º28.17%98.82%-
XYZ56.651.6899.09-
YUV193.28161.14129.23-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.05%
GREEN value IS 181 (71.09% from 255) = 28.82%
BLUE value IS 252 (98.83% from 255) = 40.13%
R=31.05%
G=28.82%
B=40.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1951812520.230.2800.01251.8392.2184.9
HexC3B5FC171C01fc5c55
Octal303265374273401374134125
Binary1100001110110101111111001011111100011111110010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B5FC; }

 p { color: rgb(195,181,252); }

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

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

 a { background-color: rgb(195,181,252); }

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

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

 span { border-color: rgb(195,181,252); }

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