#C7C5FF

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

Shades of Lavender Blue #C7C5FF

Tints of Lavender Blue #C7C5FF

Color information

#C7C5FF (or 0xC7C5FF) is unknown color: approx Lavender Blue. HEX triplet: C7, C5 and FF. RGB value is (199,197,255). Sum of RGB (Red+Green+Blue) = 199+197+255=651 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.57% from 651); Green value is 197 (77.34% from 255 or 30.26% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #C7C5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7C5FF is #383A00. Grayscale: #CBCBCB. Windows color (decimal): -3684865 or 16762311. OLE color: 16762311.

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

Color convert

RGB199197255-
CMYK0.220.2300
HSL242.07º100%88.63%-
HSV(B)242.07º22.75%100%-
XYZ61.5759.29102.81-
YUV204.21156.66124.28-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.57%
GREEN value IS 197 (77.34% from 255) = 30.26%
BLUE value IS 255 (100% from 255) = 39.17%
R=30.57%
G=30.26%
B=39.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1991972550.220.2300242.0710088.63
HexC7C5FF161700f26459
Octal307305377262700362144131
Binary1100011111000101111111111011010111001111001011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C5FF; }

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

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

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

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

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

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

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

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