#C3C5FF

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

Shades of Lavender Blue #C3C5FF

Tints of Lavender Blue #C3C5FF

Color information

#C3C5FF (or 0xC3C5FF) is unknown color: approx Lavender Blue. HEX triplet: C3, C5 and FF. RGB value is (195,197,255). Sum of RGB (Red+Green+Blue) = 195+197+255=647 (85% of max value = 765). Red value is 195 (76.56% from 255 or 30.14% from 647); Green value is 197 (77.34% from 255 or 30.45% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #C3C5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3C5FF is #3C3A00. Grayscale: #CACACA. Windows color (decimal): -3947009 or 16762307. OLE color: 16762307.

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

Color convert

RGB195197255-
CMYK0.240.2300
HSL238º100%88.24%-
HSV(B)238º23.53%100%-
XYZ60.5258.75102.76-
YUV203.01157.34122.28-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.14%
GREEN value IS 197 (77.34% from 255) = 30.45%
BLUE value IS 255 (100% from 255) = 39.41%
R=30.14%
G=30.45%
B=39.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1951972550.240.230023810088.24
HexC3C5FF181700ee6458
Octal303305377302700356144130
Binary1100001111000101111111111100010111001110111011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C5FF; }

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

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

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

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

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

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

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

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