#C69CC1

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

Shades of Lilac #C69CC1

Tints of Lilac #C69CC1

Color information

#C69CC1 (or 0xC69CC1) is unknown color: approx Lilac. HEX triplet: C6, 9C and C1. RGB value is (198,156,193). Sum of RGB (Red+Green+Blue) = 198+156+193=547 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.20% from 547); Green value is 156 (61.33% from 255 or 28.52% from 547); Blue value is 193 (75.78% from 255 or 35.28% from 547); Max value from RGB is 198 - color contains mainly: red. Hex color #C69CC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69CC1 is #39633E. Grayscale: #ACACAC. Windows color (decimal): -3760959 or 12688582. OLE color: 12688582.

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

Color convert

RGB198156193-
CMYK00.210.030.22
HSL307.14º26.92%69.41%-
HSV(B)307.14º21.21%77.65%-
XYZ44.839.6355.74-
YUV172.78139.41145.99-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.20%
GREEN value IS 156 (61.33% from 255) = 28.52%
BLUE value IS 193 (75.78% from 255) = 35.28%
R=36.20%
G=28.52%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815619300.210.030.22307.1426.9269.41
HexC69CC10153161331b45
Octal30623430102532646333105
Binary1100011010011100110000010101011110110100110011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69CC1; }

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

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

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

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

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

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

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

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