#C9C3FF

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

Shades of Lavender Blue #C9C3FF

Tints of Lavender Blue #C9C3FF

Color information

#C9C3FF (or 0xC9C3FF) is unknown color: approx Lavender Blue. HEX triplet: C9, C3 and FF. RGB value is (201,195,255). Sum of RGB (Red+Green+Blue) = 201+195+255=651 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.88% from 651); Green value is 195 (76.56% from 255 or 29.95% 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 #C9C3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9C3FF is #363C00. Grayscale: #CBCBCB. Windows color (decimal): -3554305 or 16761801. OLE color: 16761801.

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

Color convert

RGB201195255-
CMYK0.210.2400
HSL246º100%88.24%-
HSV(B)246º23.53%100%-
XYZ61.6558.67102.68-
YUV203.63156.99126.12-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 30.88%
GREEN value IS 195 (76.56% from 255) = 29.95%
BLUE value IS 255 (100% from 255) = 39.17%
R=30.88%
G=29.95%
B=39.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2011952550.210.240024610088.24
HexC9C3FF151800f66458
Octal311303377253000366144130
Binary1100100111000011111111111010111000001111011011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C3FF; }

 p { color: rgb(201,195,255); }

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

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

 a { background-color: rgb(201,195,255); }

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

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

 span { border-color: rgb(201,195,255); }

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