#C69CBE

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

Shades of Lilac #C69CBE

Tints of Lilac #C69CBE

Color information

#C69CBE (or 0xC69CBE) is unknown color: approx Lilac. HEX triplet: C6, 9C and BE. RGB value is (198,156,190). Sum of RGB (Red+Green+Blue) = 198+156+190=544 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.40% from 544); Green value is 156 (61.33% from 255 or 28.68% from 544); Blue value is 190 (74.61% from 255 or 34.93% from 544); Max value from RGB is 198 - color contains mainly: red. Hex color #C69CBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69CBE is #396341. Grayscale: #ACACAC. Windows color (decimal): -3760962 or 12491974. OLE color: 12491974.

HSL color Cylindrical-coordinate representation of color #C69CBE: hue angle of 311.43º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C69CBE is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB198156190-
CMYK00.210.040.22
HSL311.43º26.92%69.41%-
HSV(B)311.43º21.21%77.65%-
XYZ44.4739.554-
YUV172.43137.91146.24-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.40%
GREEN value IS 156 (61.33% from 255) = 28.68%
BLUE value IS 190 (74.61% from 255) = 34.93%
R=36.40%
G=28.68%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815619000.210.040.22311.4326.9269.41
HexC69CBE0154161371b45
Octal30623427602542646733105
Binary11000110100111001011111001010110010110100110111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69CBE; }

 p { color: rgb(198,156,190); }

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

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

 a { background-color: rgb(198,156,190); }

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

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

 span { border-color: rgb(198,156,190); }

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