#C3C0FE

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

Shades of Lavender Blue #C3C0FE

Tints of Lavender Blue #C3C0FE

Color information

#C3C0FE (or 0xC3C0FE) is unknown color: approx Lavender Blue. HEX triplet: C3, C0 and FE. RGB value is (195,192,254). Sum of RGB (Red+Green+Blue) = 195+192+254=641 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.42% from 641); Green value is 192 (75.39% from 255 or 29.95% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #C3C0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3C0FE is #3C3F01. Grayscale: #C7C7C7. Windows color (decimal): -3948290 or 16695491. OLE color: 16695491.

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

Color convert

RGB195192254-
CMYK0.230.2400.00
HSL242.9º96.88%87.45%-
HSV(B)242.9º24.41%99.61%-
XYZ59.2456.46101.54-
YUV199.96158.49124.46-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.42%
GREEN value IS 192 (75.39% from 255) = 29.95%
BLUE value IS 254 (99.61% from 255) = 39.63%
R=30.42%
G=29.95%
B=39.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1951922540.230.2400.00242.996.8887.45
HexC3C0FE171800f36157
Octal303300376273000363141127
Binary1100001111000000111111101011111000001111001111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C0FE; }

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

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

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

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

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

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

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

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