#C0C1FD

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

Shades of Lavender Blue #C0C1FD

Tints of Lavender Blue #C0C1FD

Color information

#C0C1FD (or 0xC0C1FD) is unknown color: approx Lavender Blue. HEX triplet: C0, C1 and FD. RGB value is (192,193,253). Sum of RGB (Red+Green+Blue) = 192+193+253=638 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.09% from 638); Green value is 193 (75.78% from 255 or 30.25% from 638); Blue value is 253 (99.22% from 255 or 39.66% from 638); Max value from RGB is 253 - color contains mainly: blue. Hex color #C0C1FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0C1FD is #3F3E02. Grayscale: #C7C7C7. Windows color (decimal): -4144643 or 16630208. OLE color: 16630208.

HSL color Cylindrical-coordinate representation of color #C0C1FD: hue angle of 239.02º 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 #C0C1FD is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB192193253-
CMYK0.240.2400.01
HSL239.02º93.85%87.25%-
HSV(B)239.02º24.11%99.22%-
XYZ58.5456.44100.74-
YUV199.54158.17122.62-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.09%
GREEN value IS 193 (75.78% from 255) = 30.25%
BLUE value IS 253 (99.22% from 255) = 39.66%
R=30.09%
G=30.25%
B=39.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1921932530.240.2400.01239.0293.8587.25
HexC0C1FD181801ef5e57
Octal300301375303001357136127
Binary1100000011000001111111011100011000011110111110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C1FD; }

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

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

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

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

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

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

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

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