#C0C3FD

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

Shades of Lavender Blue #C0C3FD

Tints of Lavender Blue #C0C3FD

Color information

#C0C3FD (or 0xC0C3FD) is unknown color: approx Lavender Blue. HEX triplet: C0, C3 and FD. RGB value is (192,195,253). Sum of RGB (Red+Green+Blue) = 192+195+253=640 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30% from 640); Green value is 195 (76.56% from 255 or 30.47% from 640); Blue value is 253 (99.22% from 255 or 39.53% from 640); Max value from RGB is 253 - color contains mainly: blue. Hex color #C0C3FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0C3FD is #3F3C02. Grayscale: #C8C8C8. Windows color (decimal): -4144131 or 16630720. OLE color: 16630720.

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

Color convert

RGB192195253-
CMYK0.240.2300.01
HSL237.05º93.85%87.25%-
HSV(B)237.05º24.11%99.22%-
XYZ58.9857.33100.89-
YUV200.72157.51121.78-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30%
GREEN value IS 195 (76.56% from 255) = 30.47%
BLUE value IS 253 (99.22% from 255) = 39.53%
R=30%
G=30.47%
B=39.53%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1921952530.240.2300.01237.0593.8587.25
HexC0C3FD181701ed5e57
Octal300303375302701355136127
Binary1100000011000011111111011100010111011110110110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C3FD; }

 p { color: rgb(192,195,253); }

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

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

 a { background-color: rgb(192,195,253); }

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

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

 span { border-color: rgb(192,195,253); }

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