#C3B3FD

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

Shades of Lavender Blue #C3B3FD

Tints of Lavender Blue #C3B3FD

Color information

#C3B3FD (or 0xC3B3FD) is unknown color: approx Lavender Blue. HEX triplet: C3, B3 and FD. RGB value is (195,179,253). Sum of RGB (Red+Green+Blue) = 195+179+253=627 (83% of max value = 765). Red value is 195 (76.56% from 255 or 31.10% from 627); Green value is 179 (70.31% from 255 or 28.55% from 627); Blue value is 253 (99.22% from 255 or 40.35% from 627); Max value from RGB is 253 - color contains mainly: blue. Hex color #C3B3FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3B3FD is #3C4C02. Grayscale: #BFBFBF. Windows color (decimal): -3951619 or 16626627. OLE color: 16626627.

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

Color convert

RGB195179253-
CMYK0.230.2900.01
HSL252.97º94.87%84.71%-
HSV(B)252.97º29.25%99.22%-
XYZ56.3650.9399.79-
YUV192.22162.3129.98-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.10%
GREEN value IS 179 (70.31% from 255) = 28.55%
BLUE value IS 253 (99.22% from 255) = 40.35%
R=31.10%
G=28.55%
B=40.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1951792530.230.2900.01252.9794.8784.71
HexC3B3FD171D01fd5f55
Octal303263375273501375137125
Binary1100001110110011111111011011111101011111110110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B3FD; }

 p { color: rgb(195,179,253); }

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

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

 a { background-color: rgb(195,179,253); }

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

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

 span { border-color: rgb(195,179,253); }

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