#C1B7FD

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

Shades of Lavender Blue #C1B7FD

Tints of Lavender Blue #C1B7FD

Color information

#C1B7FD (or 0xC1B7FD) is unknown color: approx Lavender Blue. HEX triplet: C1, B7 and FD. RGB value is (193,183,253). Sum of RGB (Red+Green+Blue) = 193+183+253=629 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.68% from 629); Green value is 183 (71.88% from 255 or 29.09% from 629); Blue value is 253 (99.22% from 255 or 40.22% from 629); Max value from RGB is 253 - color contains mainly: blue. Hex color #C1B7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1B7FD is #3E4802. Grayscale: #C1C1C1. Windows color (decimal): -4081667 or 16627649. OLE color: 16627649.

HSL color Cylindrical-coordinate representation of color #C1B7FD: hue angle of 248.57º degrees, saturation: 0.95, 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 #C1B7FD is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB193183253-
CMYK0.240.2800.01
HSL248.57º94.59%85.49%-
HSV(B)248.57º27.67%99.22%-
XYZ56.6652.3100.04-
YUV193.97161.31127.31-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 30.68%
GREEN value IS 183 (71.88% from 255) = 29.09%
BLUE value IS 253 (99.22% from 255) = 40.22%
R=30.68%
G=29.09%
B=40.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1931832530.240.2800.01248.5794.5985.49
HexC1B7FD181C01f95f55
Octal301267375303401371137125
Binary1100000110110111111111011100011100011111100110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B7FD; }

 p { color: rgb(193,183,253); }

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

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

 a { background-color: rgb(193,183,253); }

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

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

 span { border-color: rgb(193,183,253); }

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