#C3BDFF

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

Shades of Lavender Blue #C3BDFF

Tints of Lavender Blue #C3BDFF

Color information

#C3BDFF (or 0xC3BDFF) is unknown color: approx Lavender Blue. HEX triplet: C3, BD and FF. RGB value is (195,189,255). Sum of RGB (Red+Green+Blue) = 195+189+255=639 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.52% from 639); Green value is 189 (74.22% from 255 or 29.58% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #C3BDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BDFF is #3C4200. Grayscale: #C6C6C6. Windows color (decimal): -3949057 or 16760259. OLE color: 16760259.

HSL color Cylindrical-coordinate representation of color #C3BDFF: hue angle of 245.45º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C3BDFF is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB195189255-
CMYK0.240.2600
HSL245.45º100%87.06%-
HSV(B)245.45º25.88%100%-
XYZ58.7555.22102.17-
YUV198.32159.99125.63-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.52%
GREEN value IS 189 (74.22% from 255) = 29.58%
BLUE value IS 255 (100% from 255) = 39.91%
R=30.52%
G=29.58%
B=39.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1951892550.240.2600245.4510087.06
HexC3BDFF181A00f56457
Octal303275377303200365144127
Binary1100001110111101111111111100011010001111010111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BDFF; }

 p { color: rgb(195,189,255); }

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

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

 a { background-color: rgb(195,189,255); }

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

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

 span { border-color: rgb(195,189,255); }

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