#C7C5FA

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

Shades of Lavender Blue #C7C5FA

Tints of Lavender Blue #C7C5FA

Color information

#C7C5FA (or 0xC7C5FA) is unknown color: approx Lavender Blue. HEX triplet: C7, C5 and FA. RGB value is (199,197,250). Sum of RGB (Red+Green+Blue) = 199+197+250=646 (85% of max value = 765). Red value is 199 (78.12% from 255 or 30.80% from 646); Green value is 197 (77.34% from 255 or 30.50% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 250 - color contains mainly: blue. Hex color #C7C5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7C5FA is #383A05. Grayscale: #CBCBCB. Windows color (decimal): -3684870 or 16434631. OLE color: 16434631.

HSL color Cylindrical-coordinate representation of color #C7C5FA: hue angle of 242.26º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7C5FA is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB199197250-
CMYK0.200.2100.02
HSL242.26º84.13%87.65%-
HSV(B)242.26º21.2%98.04%-
XYZ60.7758.9898.62-
YUV203.64154.16124.69-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.80%
GREEN value IS 197 (77.34% from 255) = 30.50%
BLUE value IS 250 (98.05% from 255) = 38.70%
R=30.80%
G=30.50%
B=38.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1991972500.200.2100.02242.2684.1387.65
HexC7C5FA141502f25458
Octal307305372242502362124130
Binary11000111110001011111101010100101010101111001010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C5FA; }

 p { color: rgb(199,197,250); }

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

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

 a { background-color: rgb(199,197,250); }

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

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

 span { border-color: rgb(199,197,250); }

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