#C69CC2

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

Shades of Lilac #C69CC2

Tints of Lilac #C69CC2

Color information

#C69CC2 (or 0xC69CC2) is unknown color: approx Lilac. HEX triplet: C6, 9C and C2. RGB value is (198,156,194). Sum of RGB (Red+Green+Blue) = 198+156+194=548 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.13% from 548); Green value is 156 (61.33% from 255 or 28.47% from 548); Blue value is 194 (76.17% from 255 or 35.40% from 548); Max value from RGB is 198 - color contains mainly: red. Hex color #C69CC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69CC2 is #39633D. Grayscale: #ACACAC. Windows color (decimal): -3760958 or 12754118. OLE color: 12754118.

HSL color Cylindrical-coordinate representation of color #C69CC2: hue angle of 305.71º 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 #C69CC2 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB198156194-
CMYK00.210.020.22
HSL305.71º26.92%69.41%-
HSV(B)305.71º21.21%77.65%-
XYZ44.9139.6856.33-
YUV172.89139.91145.91-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.13%
GREEN value IS 156 (61.33% from 255) = 28.47%
BLUE value IS 194 (76.17% from 255) = 35.40%
R=36.13%
G=28.47%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815619400.210.020.22305.7126.9269.41
HexC69CC20152161321b45
Octal30623430202522646233105
Binary1100011010011100110000100101011010110100110010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69CC2; }

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

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

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

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

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

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

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

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